From 4521941c1486a78612c2e3efd43e01ac0b40d595 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 2 Apr 2026 21:47:35 +0200 Subject: gnu: cxi-driver: Update to 14.0.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (cxi-driver): Update to 14.0.0. Change-Id: I6031b5e80b2a9c18037f5f18e4860a23d962349e Signed-off-by: Ludovic Courtès --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit v1.3