gnu: ndctl: Update to 68.

* gnu/packages/disk.scm (ndctl): Update to 68.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-13 04:31:25 +02:00
parent 6be0d9f4a6
commit 862af2fe21
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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