nckx pushed a commit to branch master
in repository guix.
commit 2d4c1c0bc01b7d2eca800d36a0852d3b3ac645f4
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 17:01:02 2021 +0100
gnu: ndctl: Update to 71.1.
* gnu/packages/disk.scm (ndctl): Update to 71.1.
---
gnu/packages/disk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 4070804..3cc9601 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)