guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: ndctl: Update to 68.


From: guix-commits
Subject: 06/13: gnu: ndctl: Update to 68.
Date: Mon, 13 Apr 2020 00:57:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 862af2fe213ad67dbdde002de84fffd526b6ceb0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Apr 13 04:31:25 2020 +0200

    gnu: ndctl: Update to 68.
    
    * gnu/packages/disk.scm (ndctl): Update to 68.
---
 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 fb35799..0f23852 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -622,7 +622,7 @@ passphrases.")
 (define-public ndctl
   (package
     (name "ndctl")
-    (version "67")
+    (version "68")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -631,7 +631,7 @@ passphrases.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "076jgw1g2aafqgnq705in0wnabysqk46dq5yxdv1qzgjmyhka39n"))))
+                "0xmim7z4qp6x2ggndnbwd940c73pa1qlf3hxyn3qh5pyr69nh9y8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)



reply via email to

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