guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: ndctl: Update to 71.


From: guix-commits
Subject: 05/07: gnu: ndctl: Update to 71.
Date: Tue, 22 Dec 2020 07:10:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9a006e74287d0a2988cf67dec8678b838a0f5755
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 21 00:11:59 2020 +0100

    gnu: ndctl: Update to 71.
    
    * gnu/packages/disk.scm (ndctl): Update to 71.
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 29f43a2..c4f128d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -692,7 +692,7 @@ passphrases.")
 (define-public ndctl
   (package
     (name "ndctl")
-    (version "70.1")
+    (version "71")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -701,7 +701,7 @@ passphrases.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09ymdibcr18vpmyf2n0xrnzgccfvr7iy3p2l5lbh7cgz7djyl5wq"))))
+                "14vhldncflxgsam49ssn1x3h4m9xxw9dwyl748xajf1js33ph5av"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]