summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:01 +0200
commite1be3b947a9055728a1ae97d65d1663471ae94e6 (patch)
treec3dbc0b9e3f8877f8213d8c1e03c4d8cda9eebda
parent2e602de895b89f31658fdd507a93df76f7284328 (diff)
downloadguix-patches-e1be3b947a9055728a1ae97d65d1663471ae94e6.tar
guix-patches-e1be3b947a9055728a1ae97d65d1663471ae94e6.tar.gz
gnu: hwinfo: Update to 21.81.
* gnu/packages/hardware.scm (hwinfo): Update to 21.81.
-rw-r--r--gnu/packages/hardware.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index eabec55ae7..03a8df7174 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -113,7 +113,7 @@ sets, and tools to deal with register databases.")
(define-public hwinfo
(package
(name "hwinfo")
- (version "21.80")
+ (version "21.81")
(home-page "https://github.com/openSUSE/hwinfo")
(source
(origin
@@ -124,14 +124,14 @@ sets, and tools to deal with register databases.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "07058vjqdcd3la8y4b92f7fvcqxvmw1p0q4lg5kcn85pvbbg52ag"))
+ (base32 "0iyx1fb66s6b5ai4agw91nvl9wwk7z8g6y475vry3wv80dngzc43"))
(modules
'((guix build utils)))
(snippet
`(begin
;; Remove git2log program file.
(delete-file "git2log")
- ;; Remove variables that depends on git2log.
+ ;; Remove variables that depend on git2log.
(substitute* "Makefile"
(("GIT2LOG.*\\:=.*$") "")
(("GITDEPS.*\\:=.*$") "")