diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:01 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-29 01:00:01 +0100 |
| commit | 21a4e66f02aacf5ae87105d2157de1b1be29f9b9 (patch) | |
| tree | b92b49a0adfa9c26acf2405b923031bd83a6be99 /gnu/packages/hardware.scm | |
| parent | 1e29e093be2a05ee2c74262ced7d79e7af3f4b09 (diff) | |
gnu: hwinfo: Update to 22.2.
* gnu/packages/hardware.scm (hwinfo): Update to 22.2.
Diffstat (limited to 'gnu/packages/hardware.scm')
| -rw-r--r-- | gnu/packages/hardware.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 3e776e885b0..0b78436017f 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm | |||
| @@ -325,7 +325,7 @@ operability and find drivers.") | |||
| 325 | (define-public hwinfo | 325 | (define-public hwinfo |
| 326 | (package | 326 | (package |
| 327 | (name "hwinfo") | 327 | (name "hwinfo") |
| 328 | (version "21.82") | 328 | (version "22.2") |
| 329 | (home-page "https://github.com/openSUSE/hwinfo") | 329 | (home-page "https://github.com/openSUSE/hwinfo") |
| 330 | (source | 330 | (source |
| 331 | (origin | 331 | (origin |
| @@ -336,7 +336,7 @@ operability and find drivers.") | |||
| 336 | (commit version))) | 336 | (commit version))) |
| 337 | (file-name (git-file-name name version)) | 337 | (file-name (git-file-name name version)) |
| 338 | (sha256 | 338 | (sha256 |
| 339 | (base32 "1ih6vrgh64408cijywy9by2snynkw91p3h0ry5pzk3lyqsl0wnlh")) | 339 | (base32 "1lfzcyiipxwi8rh0aw5sy7n8x986b9f9pa9g048rxn6k7anfpxk7")) |
| 340 | (modules | 340 | (modules |
| 341 | '((guix build utils))) | 341 | '((guix build utils))) |
| 342 | (snippet | 342 | (snippet |
