mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: nvme-cli: Update to 2.5.
* gnu/packages/linux.scm (nvme-cli): Update to 2.5.
This commit is contained in:
parent
07f436ce13
commit
0dafac1cfb
1 changed files with 2 additions and 2 deletions
|
@ -5164,7 +5164,7 @@ (define-public libnvme
|
|||
(define-public nvme-cli
|
||||
(package
|
||||
(name "nvme-cli")
|
||||
(version "2.3")
|
||||
(version "2.5")
|
||||
(home-page "https://github.com/linux-nvme/nvme-cli")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -5172,7 +5172,7 @@ (define-public nvme-cli
|
|||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "1f3bhxh2kr94s6glzibrmgxxgs66qyabn8plnw5y0v9cpi78b3qs"))
|
||||
(base32 "1jv1xir6gm86yyk5846qqkcjhc1bq103zyxf794fznyinh4nhlbg"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue