me
/
guix
Archived
1
0
Fork 0

gnu: liblxi: Update to 1.20.

* gnu/packages/hardware.scm (liblxi): Update to 1.20.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent e9f8f2a706
commit 03f618d63f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1399,7 +1399,7 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.")
(define-public liblxi
(package
(name "liblxi")
(version "1.18")
(version "1.20")
(source
(origin
(method git-fetch)
@ -1408,8 +1408,7 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0cbnnd5qmchlr586349j5y4qv5w3bw9nmpbd3k6sq9vwvqh5dmns"))))
(base32 "1cc95ggs64jqq9lk5c8fm4nk6fdnv1x7lr3k4znamj0vv6w22bcd"))))
(build-system meson-build-system)
(native-inputs
(list cmake pkg-config))