mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: nvme-cli: Update to 1.14.
* gnu/packages/linux.scm (nvme-cli): Update to 1.14.
This commit is contained in:
parent
4fb77a0bb1
commit
e4fb7b6e39
1 changed files with 2 additions and 2 deletions
|
@ -4356,7 +4356,7 @@ (define-public hdparm
|
|||
(define-public nvme-cli
|
||||
(package
|
||||
(name "nvme-cli")
|
||||
(version "1.13")
|
||||
(version "1.14")
|
||||
(home-page "https://github.com/linux-nvme/nvme-cli")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -4364,7 +4364,7 @@ (define-public nvme-cli
|
|||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1d538kp841bjh8h8d9q7inqz56rdcwb3m78zfx8607ddykv7wcqb"))
|
||||
(base32 "0dpadz945482srqpsbfx1bh7rc499fgpyzz1flhk9g9xjbpapkzc"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue