diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 04:31:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-13 06:56:54 +0200 |
commit | 862af2fe213ad67dbdde002de84fffd526b6ceb0 (patch) | |
tree | edcbf5230cd50e370c7e737c5f7476e2496bdd04 /gnu | |
parent | 6be0d9f4a689e382a735c8f0e44124ce963c8dd9 (diff) | |
download | guix-862af2fe213ad67dbdde002de84fffd526b6ceb0.tar.gz |
gnu: ndctl: Update to 68.
* gnu/packages/disk.scm (ndctl): Update to 68.
Diffstat (limited to 'gnu')
-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 fb35799e65..0f23852971 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) |