mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user