diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 01:50:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 02:51:53 +0200 |
commit | 83adca8ff7cce328ca66fd8ce32d85aa11dae9ed (patch) | |
tree | d70100fe8d659d33fb807e0e85fb11d75adeb000 /gnu | |
parent | e4bee191bf408b4f6f575dcfdfd3fc595b94c477 (diff) | |
download | guix-83adca8ff7cce328ca66fd8ce32d85aa11dae9ed.tar.gz |
gnu: nvme-cli: Update to 1.15.
* gnu/packages/linux.scm (nvme-cli): Update to 1.15.
Diffstat (limited to 'gnu')
-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 69a6813136..34aba8377f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4628,7 +4628,7 @@ Translation (@dfn{SAT}) are also supported.") (define-public nvme-cli (package (name "nvme-cli") - (version "1.14") + (version "1.15") (home-page "https://github.com/linux-nvme/nvme-cli") (source (origin (method git-fetch) @@ -4636,7 +4636,7 @@ Translation (@dfn{SAT}) are also supported.") (url home-page) (commit (string-append "v" version)))) (sha256 - (base32 "0dpadz945482srqpsbfx1bh7rc499fgpyzz1flhk9g9xjbpapkzc")) + (base32 "0qr1wa163cb7z6g083nl3zcc28mmlbxh1m97pd54bp3gyrhmdhhr")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |