aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-08-22 17:29:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-09-13 00:20:33 -0400
commit164dfdc44e2bc56c5a257d61d6bb8b84c1b0add1 (patch)
tree5b6868701224803a533f204de62c6570e72915d5 /gnu
parent2fb1ff23e1992b4e279df71e7e424c3254fb79d6 (diff)
downloadguix-164dfdc44e2bc56c5a257d61d6bb8b84c1b0add1.tar
guix-164dfdc44e2bc56c5a257d61d6bb8b84c1b0add1.tar.gz
gnu: upower: Update to 1.90.0.
* gnu/packages/gnome.scm (upower): Update to 1.90.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 22c7c435aa..e21eca2e2a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5502,7 +5502,7 @@ faster results and to avoid unnecessary server load.")
(define-public upower
(package
(name "upower")
- (version "0.99.15")
+ (version "1.90.0")
(source
(origin
(method git-fetch)
@@ -5511,7 +5511,7 @@ faster results and to avoid unnecessary server load.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1zk7w7pw8dhlnxhxzcbk33gmxmg8f32mppd67556v9z2qgcg4lhs"))
+ (base32 "1g17rm91p8vfpjyb0k2shylrs55nccn3fa890vlk4n9s71sghbzq"))
(modules '((guix build utils)))
(snippet
;; Upstream commit