diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 02:37:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-10 04:37:23 +0200 |
commit | 5bc22ba81ee1f605b4ddfa041e5db3a0eeb33707 (patch) | |
tree | dd09acbb83cbb45de5ee56e4a43480e8b39fcf0d /gnu/packages | |
parent | 0cafb90d15658f7f69af251d25f9a55ca8098520 (diff) | |
download | guix-5bc22ba81ee1f605b4ddfa041e5db3a0eeb33707.tar.gz |
gnu: nvme-cli: Update to 1.11.2.
* gnu/packages/linux.scm (nvme-cli): Update to 1.11.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fc781727ee..08b5b69d16 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3947,7 +3947,7 @@ Translation (@dfn{SAT}) are also supported.") (define-public nvme-cli (package (name "nvme-cli") - (version "1.10.1") + (version "1.11.2") (home-page "https://github.com/linux-nvme/nvme-cli") (source (origin (method git-fetch) @@ -3955,7 +3955,7 @@ Translation (@dfn{SAT}) are also supported.") (url home-page) (commit (string-append "v" version)))) (sha256 - (base32 "12wp2wxmsw2v8m9bhvwvdbhdgx1md8iilhbl19sfzz2araiwi2x8")) + (base32 "0ngh7zffjf6ac8b22hdi4ry7hjlafih172hrbpw8j17r7c0wjy9i")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |