guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: hwinfo: Update to 21.77.


From: guix-commits
Subject: 06/06: gnu: hwinfo: Update to 21.77.
Date: Sat, 16 Oct 2021 21:00:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 258a27eea9aab4f8af995f95743ccd264b5efcb5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 17 02:23:02 2021 +0200

    gnu: hwinfo: Update to 21.77.
    
    * gnu/packages/hardware.scm (hwinfo): Update to 21.77.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/hardware.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index d000ab8..e64055c 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -73,7 +73,7 @@
 (define-public hwinfo
   (package
     (name "hwinfo")
-    (version "21.76")
+    (version "21.77")
     (home-page "https://github.com/openSUSE/hwinfo";)
     (source
      (origin
@@ -84,7 +84,7 @@
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1910wzpdyp1ma1z2v0dripaljgrpl7vjq0f6b7qq9y220899hihb"))
+        (base32 "04xfgixfl9m4hy87xm6drn46x3ybr9hsksar0d6f77hb4l6hprvv"))
        (modules
         '((guix build utils)))
        (snippet
@@ -99,8 +99,7 @@
            ;; Create version file.
            (call-with-output-file "VERSION"
              (lambda (port)
-               (format port ,version)))
-           #t))))
+               (format port ,version)))))))
     (build-system gnu-build-system)
     (outputs '("out" "dev" "doc"))
     (arguments



reply via email to

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