diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:02 +0200 |
| commit | 03f618d63ff717626298c3c629896818640794b6 (patch) | |
| tree | a74709e035137bff994d57b4e4a46b56dc3007c4 /gnu/packages/hardware.scm | |
| parent | e9f8f2a706e75d0e002b08f795f381aad65e0105 (diff) | |
gnu: liblxi: Update to 1.20.
* gnu/packages/hardware.scm (liblxi): Update to 1.20.
Diffstat (limited to 'gnu/packages/hardware.scm')
| -rw-r--r-- | gnu/packages/hardware.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index cf39a97d580..eb63e4f9d20 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm | |||
| @@ -1399,7 +1399,7 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.") | |||
| 1399 | (define-public liblxi | 1399 | (define-public liblxi |
| 1400 | (package | 1400 | (package |
| 1401 | (name "liblxi") | 1401 | (name "liblxi") |
| 1402 | (version "1.18") | 1402 | (version "1.20") |
| 1403 | (source | 1403 | (source |
| 1404 | (origin | 1404 | (origin |
| 1405 | (method git-fetch) | 1405 | (method git-fetch) |
| @@ -1408,8 +1408,7 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.") | |||
| 1408 | (commit (string-append "v" version)))) | 1408 | (commit (string-append "v" version)))) |
| 1409 | (file-name (git-file-name name version)) | 1409 | (file-name (git-file-name name version)) |
| 1410 | (sha256 | 1410 | (sha256 |
| 1411 | (base32 | 1411 | (base32 "1cc95ggs64jqq9lk5c8fm4nk6fdnv1x7lr3k4znamj0vv6w22bcd")))) |
| 1412 | "0cbnnd5qmchlr586349j5y4qv5w3bw9nmpbd3k6sq9vwvqh5dmns")))) | ||
| 1413 | (build-system meson-build-system) | 1412 | (build-system meson-build-system) |
| 1414 | (native-inputs | 1413 | (native-inputs |
| 1415 | (list cmake pkg-config)) | 1414 | (list cmake pkg-config)) |
