guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dmidecode: Update to 3.6.


From: guix-commits
Subject: branch master updated: gnu: dmidecode: Update to 3.6.
Date: Thu, 26 Dec 2024 15:38:42 -0500

This is an automated email from the git hooks/post-receive script.

avp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f24cefc2c gnu: dmidecode: Update to 3.6.
8f24cefc2c is described below

commit 8f24cefc2c8f91ab63bdf5f816ca49fa7adb43d7
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sat Dec 21 12:40:33 2024 +0300

    gnu: dmidecode: Update to 3.6.
    
    * gnu/packages/admin.scm (dmidecode): Update to 3.6.
    
    Change-Id: If9ba9df3b6e7d8de31d0dd6c046757ba79c22695
---
 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 e6948fda15..b44f30f9bd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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



reply via email to

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