diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-11-13 17:56:22 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-11-13 17:59:50 +0800 |
commit | d777e048b5244dd264e1314b51f871af21ae9985 (patch) | |
tree | b4d37a29adf930849a130d6eede1af9bbeb7f55c | |
parent | ebeabe2d35b93ed9d2fe5b88ccb7dc8f0fc0547c (diff) | |
download | patches-d777e048b5244dd264e1314b51f871af21ae9985.tar patches-d777e048b5244dd264e1314b51f871af21ae9985.tar.gz |
gnu: upower: Update to 0.99.3.
* gnu/packages/gnome.scm (upower): Update to 0.99.3.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index be2662379c..79846ae2e8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2332,14 +2332,14 @@ faster results and to avoid unnecessary server load.") (define-public upower (package (name "upower") - (version "0.99.2") + (version "0.99.3") (source (origin (method url-fetch) (uri (string-append "http://upower.freedesktop.org/releases/" name "-" version ".tar.xz")) (sha256 (base32 - "0vwlh20jmaf01m38kfn8yx2869a3clmkzlycrj99rf4nvwx4bp79")) + "0f6x9mi1jzgqdpycaikyhjljnw3aacsl3gxndyg0dfqkq6y9jwb9")) (patches (list (search-patch "upower-builddir.patch"))))) (build-system glib-or-gtk-build-system) (arguments |