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.0.


From: Kei Kebreau
Subject: 01/01: gnu: dmidecode: Update to 3.0.
Date: Mon, 1 Aug 2016 12:55:57 +0000 (UTC)

kkebreau pushed a commit to branch master
in repository guix.

commit 06438b07b9ae4747a94ffbf98e353210f2929682
Author: Kei Kebreau <address@hidden>
Date:   Sun Jul 31 17:15:25 2016 -0400

    gnu: dmidecode: Update to 3.0.
    
    * gnu/packages/admin.scm (dmidecode): Update to 3.0.
    [arguments]: Use ’modify-phases’ instead of ‘alist-delete’.
---
 gnu/packages/admin.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 195959e..a80ee9d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -981,18 +981,18 @@ network, which causes enabled computers to power on.")
 (define-public dmidecode
   (package
     (name "dmidecode")
-    (version "2.12")
+    (version "3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://savannah/dmidecode/dmidecode-"
-                    version ".tar.bz2"))
+                    version ".tar.xz"))
               (sha256
                (base32
-                "122hgaw8mpqdfra159lfl6pyk3837giqx6vq42j64fjnbl2z6gwi"))))
+                "0iby0xfk5x3cdr0x0gxj5888jjyjhafvaq0l79civ73jjfqmphvy"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases (alist-delete 'configure %standard-phases)
+     '(#:phases (modify-phases %standard-phases (delete 'configure))
        #:tests? #f                                ; no 'check' target
        #:make-flags (list (string-append "prefix="
                                          (assoc-ref %outputs "out")))))



reply via email to

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