diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-04-02 21:47:35 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-04-09 00:35:41 +0200 |
| commit | 4521941c1486a78612c2e3efd43e01ac0b40d595 (patch) | |
| tree | 3b14e55851f0f3e8970592dc3c99a43b14b1af55 /gnu | |
| parent | 336628ef94a97eecd196584767a855be0a52adad (diff) | |
gnu: cxi-driver: Update to 14.0.0.
* gnu/packages/linux.scm (cxi-driver): Update to 14.0.0.
Change-Id: I6031b5e80b2a9c18037f5f18e4860a23d962349e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -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 b16a0db63e..2ca940a2ba 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10393,7 +10393,7 @@ software uses @file{cxi_prov_hw.h} from this package.") (define-public cxi-driver (package (name "cxi-driver") - (version "13.0.0") + (version "14.0.0") (home-page "https://github.com/HewlettPackard/shs-cxi-driver") (source (origin @@ -10404,7 +10404,7 @@ software uses @file{cxi_prov_hw.h} from this package.") (file-name (git-file-name name version)) (sha256 (base32 - "1md6ammah7ywk5k9gsxix945w5498hpdfwzr603aiirlz2x4m4wh")))) + "07dhdm1az9hvy48iq8bn0wypwyml59yr5aqqyf1yhwrf1basry9g")))) ;; TODO: Actually build the Linux driver. (build-system copy-build-system) (arguments |
