diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 16:35:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 17:56:57 +0100 |
commit | f5503ac7420009c16e37e3b41cd88a4612646a7c (patch) | |
tree | 39c426315d6ef74743539497e89da6cf79d9259a | |
parent | 379856813cf2c84d2559c292e01828bd8d50734e (diff) | |
download | guix-f5503ac7420009c16e37e3b41cd88a4612646a7c.tar guix-f5503ac7420009c16e37e3b41cd88a4612646a7c.tar.gz |
gnu: nvme-cli: Update to 1.13.
* gnu/packages/linux.scm (nvme-cli): Update to 1.13.
-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 3d08b75e52..16d4229032 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4101,7 +4101,7 @@ Translation (@dfn{SAT}) are also supported.") (define-public nvme-cli (package (name "nvme-cli") - (version "1.12") + (version "1.13") (home-page "https://github.com/linux-nvme/nvme-cli") (source (origin (method git-fetch) @@ -4109,7 +4109,7 @@ Translation (@dfn{SAT}) are also supported.") (url home-page) (commit (string-append "v" version)))) (sha256 - (base32 "0ldky34sn0m5c4hgiip0fkzm465nca69bhxicpd5dg8wxhzxqrp3")) + (base32 "1d538kp841bjh8h8d9q7inqz56rdcwb3m78zfx8607ddykv7wcqb")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |