guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: dmidecode: Update to 3.5.


From: guix-commits
Subject: 03/05: gnu: dmidecode: Update to 3.5.
Date: Sat, 16 Sep 2023 09:22:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f4be30e3b9b350856637a9a816c6d6acdd520cbd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: dmidecode: Update to 3.5.
    
    * gnu/packages/admin.scm (dmidecode): Update to 3.5.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 50cfe0c628..5a69f2051d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2442,14 +2442,14 @@ network, which causes enabled computers to power on.")
 (define-public dmidecode
   (package
     (name "dmidecode")
-    (version "3.4")
+    (version "3.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://savannah/dmidecode/dmidecode-"
                            version ".tar.xz"))
        (sha256
-        (base32 "04i2ahvqinkrnzfsbswplv9wff36xf9b3snvriwrjz26v18sijs3"))))
+        (base32 "0wy0khw02sr59f43fdahh6as1xc3jv7n8abj59p1j9cfxqsngmvr"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ; no 'check' target
@@ -2458,7 +2458,7 @@ network, which causes enabled computers to power on.")
                    (string-append "prefix=" #$output))
            #:phases
            #~(modify-phases %standard-phases
-               (delete 'configure))))                   ; no configure script
+               (delete 'configure))))   ; no configure script
     (home-page "https://www.nongnu.org/dmidecode/";)
     (synopsis "Read hardware information from the BIOS")
     (description



reply via email to

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