diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-10 00:56:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 19:55:39 +0200 |
commit | 4088d809c075dd3f0ca4d153be10c11438357fa8 (patch) | |
tree | bbada6099301d726405b535928ca212dd4742f93 /gnu/packages/gnome.scm | |
parent | 90d37addbe43cc717fdf195deaab1f22f09e9e8a (diff) | |
download | patches-4088d809c075dd3f0ca4d153be10c11438357fa8.tar patches-4088d809c075dd3f0ca4d153be10c11438357fa8.tar.gz |
gnu: upower: Update to 0.99.10.
* gnu/packages/gnome.scm (upower): Update to 0.99.10.
* gnu/packages/patches/upower-builddir.patch: Adapt.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e1d2a65ccb..44ae693be0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3141,15 +3141,15 @@ faster results and to avoid unnecessary server load.") (define-public upower (package (name "upower") - (version "0.99.8") + (version "0.99.10") (source (origin (method url-fetch) (uri (string-append "https://gitlab.freedesktop.org/upower/upower/" - "uploads/9125ab7ee96fdc4ecc68cfefb50c1cab/" + "uploads/c438511024b9bc5a904f8775cfc8e4c4/" "upower-" version ".tar.xz")) (sha256 (base32 - "00lzr0vyxz5lvmgya48gdb2cdgmfdim4b34jlfdyqakk1i9sl8xv")) + "17d2bclv5fgma2y3g8bsn9pdvspn1zrzismzdnzfivc0f2wm28k4")) (patches (search-patches "upower-builddir.patch")))) (build-system glib-or-gtk-build-system) (arguments |