mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: nvme-cli: Update to 1.15.
* gnu/packages/linux.scm (nvme-cli): Update to 1.15.
This commit is contained in:
parent
e4bee191bf
commit
83adca8ff7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue