summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2026-03-23 18:47:34 -0300
committerVagrant Cascadian <vagrant@debian.org>2026-08-21 17:14:22 -0700
commit4d842774fc246a184c1fa6f72174e925c604e2c0 (patch)
treef505f654878914412c03415d7d5c450990dfe033 /gnu
parent4116f81acf50836e19582e33b105bc0b2de9420e (diff)
gnu: nvme-cli: Update to 2.16.
* gnu/packages/linux.scm (nvme-cli): Update to 2.16. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7234a18f861..d4039872890 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7034,7 +7034,7 @@ and manage nvme devices on a Linux system.")
7034(define-public nvme-cli 7034(define-public nvme-cli
7035 (package 7035 (package
7036 (name "nvme-cli") 7036 (name "nvme-cli")
7037 (version "2.5") 7037 (version "2.16")
7038 (home-page "https://github.com/linux-nvme/nvme-cli") 7038 (home-page "https://github.com/linux-nvme/nvme-cli")
7039 (source (origin 7039 (source (origin
7040 (method git-fetch) 7040 (method git-fetch)
@@ -7042,7 +7042,7 @@ and manage nvme devices on a Linux system.")
7042 (url home-page) 7042 (url home-page)
7043 (commit (string-append "v" version)))) 7043 (commit (string-append "v" version))))
7044 (sha256 7044 (sha256
7045 (base32 "1jv1xir6gm86yyk5846qqkcjhc1bq103zyxf794fznyinh4nhlbg")) 7045 (base32 "1877fvhd4573900zwk7y2mk2vvmgnws2wa37sv176ikxj647jvw1"))
7046 (file-name (git-file-name name version)))) 7046 (file-name (git-file-name name version))))
7047 (build-system meson-build-system) 7047 (build-system meson-build-system)
7048 (outputs (list "out" "doc")) ; docs make up ~70% of total size 7048 (outputs (list "out" "doc")) ; docs make up ~70% of total size