guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 975b67e495629ec1bdaac0142d0e5afad905b613
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Jun 10 21:44:25 2026 +0200

    gnu: libcxi: Downgrade to 13.0.0.
    
    Fixes a regression observed at run-time on Slingshot hardware with the 
upgrade
    to 14.0.0 in commit 7541cb605c2133b52854e575b97a91d662fd399a.
    
    See <https://github.com/HewlettPackard/shs-libcxi/issues/18> for details.
    
    * gnu/packages/linux.scm (libcxi): Downgrade to 13.0.0.
    
    Change-Id: Ib926f72ccc02c8caceb165d69152084f469a59f2
    Signed-off-by: Ludovic Courtès <[email protected]>
    Merges: #9228
---
 gnu/packages/linux.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1d4f2c2ef4..fd3c276482 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10233,7 +10233,9 @@ Currently the Linux driver itself is missing from this 
package.")
 (define-public libcxi
   (package
     (name "libcxi")
-    (version "14.0.0")
+    ;; Note: Do not upgrade until
+    ;; <https://github.com/HewlettPackard/shs-libcxi/issues/18> is resolved.
+    (version "13.0.0")
     (home-page "https://github.com/HewlettPackard/shs-libcxi";)
     (source
      (origin
@@ -10242,7 +10244,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 "03czzz6h9jbmfikd85mx93bn84icnia08h69afw40flmpqidp5kh"))))
+        (base32 "1m8mds1h8plhfn2ja9br31xaiy82ky69685cp1rznanl18inaiff"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to