mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dmidecode: Update to 3.6.
* gnu/packages/admin.scm (dmidecode): Update to 3.6. Change-Id: If9ba9df3b6e7d8de31d0dd6c046757ba79c22695
This commit is contained in:
parent
f03a0e2d19
commit
8f24cefc2c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue