diff options
author | Artyom V. Poptsov <[email protected]> | 2024-12-21 12:40:33 +0300 |
---|---|---|
committer | Artyom V. Poptsov <[email protected]> | 2024-12-26 23:27:32 +0300 |
commit | 8f24cefc2c8f91ab63bdf5f816ca49fa7adb43d7 (patch) | |
tree | 00fa2c3d9a933f45fb6c748880f38405d258f1dc /gnu/packages/admin.scm | |
parent | f03a0e2d19f95eb0961472842540970c2f7605f1 (diff) |
gnu: dmidecode: Update to 3.6.
* gnu/packages/admin.scm (dmidecode): Update to 3.6.
Change-Id: If9ba9df3b6e7d8de31d0dd6c046757ba79c22695
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index e6948fda15..b44f30f9bd 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2558,14 +2558,14 @@ network, which causes enabled computers to power on.") (define-public dmidecode (package (name "dmidecode") - (version "3.5") + (version "3.6") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/dmidecode/dmidecode-" version ".tar.xz")) (sha256 - (base32 "0wy0khw02sr59f43fdahh6as1xc3jv7n8abj59p1j9cfxqsngmvr")))) + (base32 "1blbvmsxba71fmjxckh0cn7x68kim7qlx6ilv0df7brxxkrna374")))) (build-system gnu-build-system) (arguments (list #:tests? #f ; no 'check' target |