summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 03:39:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-01 03:54:57 +0200
commit639bdf970c6057c8e74f15bf0252d23a7c1731fc (patch)
tree6c150554d719553f8d3404f551ca8769dc04b970 /gnu
parent2ddfcf4be8425416815b6da2cb28b76f9dac7f7a (diff)
downloadguix-patches-639bdf970c6057c8e74f15bf0252d23a7c1731fc.tar
guix-patches-639bdf970c6057c8e74f15bf0252d23a7c1731fc.tar.gz
gnu: nvme-cli: Update to 1.12.
* gnu/packages/linux.scm (nvme-cli): Update to 1.12.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 839358e763..2aa0945725 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3926,7 +3926,7 @@ Translation (@dfn{SAT}) are also supported.")
(define-public nvme-cli
(package
(name "nvme-cli")
- (version "1.11.2")
+ (version "1.12")
(home-page "https://github.com/linux-nvme/nvme-cli")
(source (origin
(method git-fetch)
@@ -3934,7 +3934,7 @@ Translation (@dfn{SAT}) are also supported.")
(url home-page)
(commit (string-append "v" version))))
(sha256
- (base32 "0ngh7zffjf6ac8b22hdi4ry7hjlafih172hrbpw8j17r7c0wjy9i"))
+ (base32 "0ldky34sn0m5c4hgiip0fkzm465nca69bhxicpd5dg8wxhzxqrp3"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments