diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-16 23:26:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-16 23:44:46 +0200 |
commit | 31fdfc0cdd31f4e7c371a2da7404ea8f616a77fc (patch) | |
tree | 02e65ce201f6dfe7e36c02007666440f941c36bc /gnu | |
parent | b9e1fddfd8c29b2fa6252ef52a75daa14aaabd3e (diff) | |
download | patches-31fdfc0cdd31f4e7c371a2da7404ea8f616a77fc.tar patches-31fdfc0cdd31f4e7c371a2da7404ea8f616a77fc.tar.gz |
gnu: dmidecode: Update to 3.2.
* gnu/packages/admin.scm (dmidecode): Update to 3.2.
Diffstat (limited to 'gnu')
-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 6949f60197..e7e34ab97f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1236,7 +1236,7 @@ network, which causes enabled computers to power on.") (define-public dmidecode (package (name "dmidecode") - (version "3.1") + (version "3.2") (source (origin (method url-fetch) (uri (string-append @@ -1244,7 +1244,7 @@ network, which causes enabled computers to power on.") version ".tar.xz")) (sha256 (base32 - "1h0sg0lxa15nzf8s7884p6q7p6md9idm0c79wyqmk32l4ndwwrnp")))) + "1pcfhcgs2ifdjwp7amnsr3lq95pgxpr150bjhdinvl505px0cw07")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases (delete 'configure)) |