me
/
guix
Archived
1
0
Fork 0

gnu: upower: Update to 0.99.12.

* gnu/packages/gnome.scm (upower): Update to 0.99.12.
master
Tobias Geerinckx-Rice 2021-06-28 12:49:06 +02:00
parent da7a5e3597
commit 53819a83c7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5393,7 +5393,7 @@ faster results and to avoid unnecessary server load.")
(define-public upower
(package
(name "upower")
(version "0.99.11")
(version "0.99.12")
(source
(origin
(method git-fetch)
@ -5405,7 +5405,7 @@ faster results and to avoid unnecessary server load.")
version)))))
(file-name (git-file-name name version))
(sha256
(base32 "0frs6ywvsz48d0zfviy40h6mj0icfc1q21hn7p99nchps39z85f8"))
(base32 "00q63yc8vp5cq05vhpwq3qglapdm8hg0lrqkzdwkphk30qzb6hv6"))
(patches (search-patches "upower-builddir.patch"))
(modules '((guix build utils)))
(snippet