gnu: upower: Update to 1.90.0.
* gnu/packages/gnome.scm (upower): Update to 1.90.0.
This commit is contained in:
parent
2fb1ff23e1
commit
164dfdc44e
1 changed files with 2 additions and 2 deletions
|
@ -5502,7 +5502,7 @@ faster results and to avoid unnecessary server load.")
|
||||||
(define-public upower
|
(define-public upower
|
||||||
(package
|
(package
|
||||||
(name "upower")
|
(name "upower")
|
||||||
(version "0.99.15")
|
(version "1.90.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5511,7 +5511,7 @@ faster results and to avoid unnecessary server load.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zk7w7pw8dhlnxhxzcbk33gmxmg8f32mppd67556v9z2qgcg4lhs"))
|
(base32 "1g17rm91p8vfpjyb0k2shylrs55nccn3fa890vlk4n9s71sghbzq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Upstream commit
|
;; Upstream commit
|
||||||
|
|
Reference in a new issue