guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/04: gnu: ndctl: Update to 65.
Date: Wed, 15 May 2019 21:06:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f8ea653ea63d833bda6ba9a726a68345f58bac58
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 16 00:21:20 2019 +0200

    gnu: ndctl: Update to 65.
    
    * gnu/packages/disk.scm (ndctl): Update to 65.
---
 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 c8d2af8..3211f8d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -609,7 +609,7 @@ passphrases.")
 (define-public ndctl
   (package
     (name "ndctl")
-    (version "64.1")
+    (version "65")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -618,7 +618,7 @@ passphrases.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1la82fqbdwjkw6il498nkdfgqc4aszv481xf2p9p07jfvankx24v"))))
+                "0d8hzfvyxs2q8kgkwgdizlml41kin4mhx3vpdsjk34pfi7mqy69y"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)



reply via email to

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