[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: ndctl: Update to 70.1.
From: |
guix-commits |
Subject: |
06/07: gnu: ndctl: Update to 70.1. |
Date: |
Fri, 16 Oct 2020 09:18:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9e64b3bcec0382fc890b6163d421aaa91d844e6a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 06:27:24 2020 +0200
gnu: ndctl: Update to 70.1.
* gnu/packages/disk.scm (ndctl): Update to 70.1.
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 370f1bb..235df8c 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)
- branch master updated (27913a6 -> f6a0b54), guix-commits, 2020/10/16
- 03/07: gnu: tintin++: Update to 2.02.04., guix-commits, 2020/10/16
- 02/07: gnu: soundtouch: Update to 2.2., guix-commits, 2020/10/16
- 05/07: gnu: libostree: Update to 2020.7., guix-commits, 2020/10/16
- 07/07: gnu: ethtool: Update to 5.9., guix-commits, 2020/10/16
- 01/07: gnu: libressl: Update to 3.1.4., guix-commits, 2020/10/16
- 04/07: gnu: python-sqlalchemy: Update to 1.3.20., guix-commits, 2020/10/16
- 06/07: gnu: ndctl: Update to 70.1.,
guix-commits <=