me
/
guix
Archived
1
0
Fork 0

gnu: nvme-cli: Update to 1.15.

* gnu/packages/linux.scm (nvme-cli): Update to 1.15.
master
Tobias Geerinckx-Rice 2021-10-05 01:50:28 +02:00
parent e4bee191bf
commit 83adca8ff7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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