gnu: hwinfo: Update to 21.77.

* gnu/packages/hardware.scm (hwinfo): Update to 21.77.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-17 02:23:02 +02:00
parent a7e7978937
commit 258a27eea9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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