diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 06:27:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 15:09:53 +0200 |
commit | 9e64b3bcec0382fc890b6163d421aaa91d844e6a (patch) | |
tree | 4d64bf250bc197acedf77a532c7ae68be80a8200 | |
parent | 295d969c3899794bb27c1e296b583d1cc2ef5324 (diff) | |
download | guix-9e64b3bcec0382fc890b6163d421aaa91d844e6a.tar guix-9e64b3bcec0382fc890b6163d421aaa91d844e6a.tar.gz |
gnu: ndctl: Update to 70.1.
* gnu/packages/disk.scm (ndctl): Update to 70.1.
-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 370f1bb01e..235df8ce9e 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -689,7 +689,7 @@ passphrases.") (define-public ndctl (package (name "ndctl") - (version "69") + (version "70.1") (source (origin (method git-fetch) (uri (git-reference @@ -698,7 +698,7 @@ passphrases.") (file-name (git-file-name name version)) (sha256 (base32 - "1l7p0ycj27d4z07gf9qp796xpg16kfsg3rwx6plhilbhip1as4w7")))) + "09ymdibcr18vpmyf2n0xrnzgccfvr7iy3p2l5lbh7cgz7djyl5wq")))) (build-system gnu-build-system) (native-inputs `(("asciidoc" ,asciidoc) |