diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2021-01-01 17:01:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2021-01-02 18:54:11 +0100 |
commit | 2d4c1c0bc01b7d2eca800d36a0852d3b3ac645f4 (patch) | |
tree | a3c98dcfa42ba07c94b664761f596d63200702a4 | |
parent | 98535733e2921685100e48337f5751910ace27bd (diff) |
gnu: ndctl: Update to 71.1.
* gnu/packages/disk.scm (ndctl): Update to 71.1.
-rw-r--r-- | gnu/packages/disk.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 4070804fcb..3cc9601d21 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2012, 2013 Nikita Karetnikov <[email protected]> ;;; Copyright © 2015 Mathieu Lirzin <[email protected]> ;;; Copyright © 2015 Mark H Weaver <[email protected]> -;;; Copyright © 2016, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2016, 2018–2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2016, 2019, 2020 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Jan Nieuwenhuizen <[email protected]> ;;; Copyright © 2016 Roel Janssen <[email protected]> @@ -759,7 +759,7 @@ passphrases.") (define-public ndctl (package (name "ndctl") - (version "71") + (version "71.1") (source (origin (method git-fetch) (uri (git-reference @@ -768,7 +768,7 @@ passphrases.") (file-name (git-file-name name version)) (sha256 (base32 - "14vhldncflxgsam49ssn1x3h4m9xxw9dwyl748xajf1js33ph5av")))) + "1vi61bm9wyawklswh9mj9zdp28ar7r97qckwnhgiyila73fb3jx2")))) (build-system gnu-build-system) (native-inputs `(("asciidoc" ,asciidoc) |