guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: dmidecode: Update to 3.2.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: dmidecode: Update to 3.2.
Date: Sun, 16 Sep 2018 17:46:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 31fdfc0cdd31f4e7c371a2da7404ea8f616a77fc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 16 23:26:28 2018 +0200

    gnu: dmidecode: Update to 3.2.
    
    * gnu/packages/admin.scm (dmidecode): Update to 3.2.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6949f60..e7e34ab 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]