gnu: liblxi: Update to 1.20.
* gnu/packages/hardware.scm (liblxi): Update to 1.20.master
parent
e9f8f2a706
commit
03f618d63f
|
@ -1399,7 +1399,7 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.")
|
||||||
(define-public liblxi
|
(define-public liblxi
|
||||||
(package
|
(package
|
||||||
(name "liblxi")
|
(name "liblxi")
|
||||||
(version "1.18")
|
(version "1.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1408,8 +1408,7 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1cc95ggs64jqq9lk5c8fm4nk6fdnv1x7lr3k4znamj0vv6w22bcd"))))
|
||||||
"0cbnnd5qmchlr586349j5y4qv5w3bw9nmpbd3k6sq9vwvqh5dmns"))))
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cmake pkg-config))
|
(list cmake pkg-config))
|
||||||
|
|
Reference in New Issue