3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: dmidecode: Update to 3.1.

* gnu/packages/admin.scm (dmidecode): Update to 3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-13 16:33:42 +01:00
parent f7147e278e
commit eab68c83eb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1078,7 +1078,7 @@ network, which causes enabled computers to power on.")
(define-public dmidecode
(package
(name "dmidecode")
(version "3.0")
(version "3.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -1086,7 +1086,7 @@ network, which causes enabled computers to power on.")
version ".tar.xz"))
(sha256
(base32
"0iby0xfk5x3cdr0x0gxj5888jjyjhafvaq0l79civ73jjfqmphvy"))))
"1h0sg0lxa15nzf8s7884p6q7p6md9idm0c79wyqmk32l4ndwwrnp"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases (delete 'configure))