gnu: ndctl: Update to 67.

* gnu/packages/disk.scm (ndctl): Update to 67.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-28 21:22:16 +01:00
parent 42521ab225
commit aa243f9d48
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -612,7 +612,7 @@ (define-public volume-key
(define-public ndctl
(package
(name "ndctl")
(version "65")
(version "67")
(source (origin
(method git-fetch)
(uri (git-reference
@ -621,7 +621,7 @@ (define-public ndctl
(file-name (git-file-name name version))
(sha256
(base32
"0d8hzfvyxs2q8kgkwgdizlml41kin4mhx3vpdsjk34pfi7mqy69y"))))
"076jgw1g2aafqgnq705in0wnabysqk46dq5yxdv1qzgjmyhka39n"))))
(build-system gnu-build-system)
(native-inputs
`(("asciidoc" ,asciidoc)