diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-28 21:22:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-28 21:22:24 +0100 |
commit | aa243f9d4830cdaffd554be87d817f35a9ec6f9d (patch) | |
tree | 533999cb216e13ab38a97c8265c8dc70dafa53ff | |
parent | 42521ab225e031517790dc738ee7a5d8fc846f72 (diff) | |
download | guix-aa243f9d4830cdaffd554be87d817f35a9ec6f9d.tar.gz guix-aa243f9d4830cdaffd554be87d817f35a9ec6f9d.zip |
gnu: ndctl: Update to 67.
* gnu/packages/disk.scm (ndctl): Update to 67.
-rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index 08ce9eb2d7..88a917dda7 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) |