guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ndctl: Update to 67.


From: guix-commits
Subject: 02/02: gnu: ndctl: Update to 67.
Date: Mon, 28 Oct 2019 16:22:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa243f9d4830cdaffd554be87d817f35a9ec6f9d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 28 21:22:16 2019 +0100

    gnu: ndctl: Update to 67.
    
    * gnu/packages/disk.scm (ndctl): Update to 67.
---
 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 08ce9eb..88a917d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -612,7 +612,7 @@ passphrases.")
 (define-public ndctl
   (package
     (name "ndctl")
-    (version "65")
+    (version "67")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -621,7 +621,7 @@ passphrases.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d8hzfvyxs2q8kgkwgdizlml41kin4mhx3vpdsjk34pfi7mqy69y"))))
+                "076jgw1g2aafqgnq705in0wnabysqk46dq5yxdv1qzgjmyhka39n"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)



reply via email to

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