diff options
| author | Grigory Shepelev <shegeley@gmail.com> | 2025-11-12 17:32:43 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-30 20:46:20 +0200 |
| commit | 33c39668ec61f35bd3ceae772d6c0b1feb153d9d (patch) | |
| tree | 5a05543b602206294a379dd57cf5966ad8f52a53 | |
| parent | 36bbdcc14ea7c2de72491646ed8f15aef2fb10f1 (diff) | |
gnu: spdk: Update to 25.09.
* gnu/packages/storage.scm (spdk): Update to 25.09.
Change-Id: Ifb20d74822cec5737cc9ebee1bd16c3dc0b57b90
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/storage.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm index d8c19c1945..38175ff118 100644 --- a/gnu/packages/storage.scm +++ b/gnu/packages/storage.scm @@ -370,7 +370,7 @@ clients. The key features are: (define-public spdk (package (name "spdk") - (version "24.09") + (version "25.09") (source (origin (method git-fetch) @@ -378,7 +378,7 @@ clients. The key features are: (url "https://github.com/spdk/spdk") (commit (string-append "v" version)))) (sha256 - (base32 "1cx0yj3ibmbngqsjdlnh7qg7as9mzpbiw0zscraw07b4rs6g0s6q")))) + (base32 "1x2nrg4qjilym18shb792593gn1bwihzaq19bxms06mmw40x4s6n")))) (build-system gnu-build-system) (arguments (list |
