diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-12-05 10:21:41 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-12-11 15:55:23 +0100 |
| commit | f9fddcc784c8b699429030a7c97678158a726a98 (patch) | |
| tree | 25f9067637856655662ca28f090a90c3f73de4a7 /gnu/packages/linux.scm | |
| parent | 04dce5dab60fca459e30d54a061a865e860e7951 (diff) | |
gnu: libcxi: Update to 13.0.0.
* gnu/packages/linux.scm (libcxi): Update to 13.0.0.
Change-Id: I5361eec952acce59b2a156b719e8af3aeb435846
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a5b91cfe93f..b1e4cdabbef 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10092,7 +10092,7 @@ Currently the Linux driver itself is missing from this package.") (define-public libcxi (package (name "libcxi") - (version "12.0.1") + (version "13.0.0") (home-page "https://github.com/HewlettPackard/shs-libcxi") (source (origin @@ -10101,7 +10101,7 @@ Currently the Linux driver itself is missing from this package.") (commit (string-append "release/shs-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1pk2mdkkgiic7nnmhx3iwvgrnxva3qqk2wyni0yhxjciln0hq7s7")))) + (base32 "1m8mds1h8plhfn2ja9br31xaiy82ky69685cp1rznanl18inaiff")))) (build-system gnu-build-system) (arguments (list #:configure-flags |
