gnu: ndctl: Update to 65.

* gnu/packages/disk.scm (ndctl): Update to 65.
master
Tobias Geerinckx-Rice 2019-05-16 00:21:20 +02:00
parent 294e43a32d
commit f8ea653ea6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)