summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-28 12:49:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-28 18:04:15 +0200
commit53819a83c7164b912099bfcc5f1950dd6d50f33d (patch)
tree95f7d2639f524fd698daf9ff7647fe7af82f0db8 /gnu/packages/gnome.scm
parentda7a5e359761b156a632988a19fca0b6b289485a (diff)
downloadguix-53819a83c7164b912099bfcc5f1950dd6d50f33d.tar.gz
gnu: upower: Update to 0.99.12.
* gnu/packages/gnome.scm (upower): Update to 0.99.12.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 352d4e7ab2..e8afb0ad6a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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