mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: nvme-cli: Update to 1.11.2.
* gnu/packages/linux.scm (nvme-cli): Update to 1.11.2.
This commit is contained in:
parent
0cafb90d15
commit
5bc22ba81e
1 changed files with 2 additions and 2 deletions
|
@ -3947,7 +3947,7 @@ (define-public hdparm
|
||||||
(define-public nvme-cli
|
(define-public nvme-cli
|
||||||
(package
|
(package
|
||||||
(name "nvme-cli")
|
(name "nvme-cli")
|
||||||
(version "1.10.1")
|
(version "1.11.2")
|
||||||
(home-page "https://github.com/linux-nvme/nvme-cli")
|
(home-page "https://github.com/linux-nvme/nvme-cli")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3955,7 +3955,7 @@ (define-public nvme-cli
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12wp2wxmsw2v8m9bhvwvdbhdgx1md8iilhbl19sfzz2araiwi2x8"))
|
(base32 "0ngh7zffjf6ac8b22hdi4ry7hjlafih172hrbpw8j17r7c0wjy9i"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue