guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ndctl: Update to 69.


From: guix-commits
Subject: 01/04: gnu: ndctl: Update to 69.
Date: Fri, 28 Aug 2020 23:30:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 332d053e9d22dbcf8699ac5016f53401398dcc1e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Aug 29 05:03:20 2020 +0200

    gnu: ndctl: Update to 69.
    
    * gnu/packages/disk.scm (ndctl): Update to 69.
---
 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 cab3602..79e187e 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -689,7 +689,7 @@ passphrases.")
 (define-public ndctl
   (package
     (name "ndctl")
-    (version "68")
+    (version "69")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -698,7 +698,7 @@ passphrases.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xmim7z4qp6x2ggndnbwd940c73pa1qlf3hxyn3qh5pyr69nh9y8"))))
+                "1l7p0ycj27d4z07gf9qp796xpg16kfsg3rwx6plhilbhip1as4w7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)



reply via email to

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