diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 08:58:23 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | 2e5369e2372d6f1b64d930c3a24abf4038dff103 (patch) | |
tree | 27d471e6a0704dc1cfcd36c679812363cc70cdb0 | |
parent | 365d5cd0f6d7a7d15397be94ec8cf919bfd9a60f (diff) | |
download | guix-2e5369e2372d6f1b64d930c3a24abf4038dff103.tar guix-2e5369e2372d6f1b64d930c3a24abf4038dff103.tar.gz |
gnu: libgweather: Update to 3.20.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.20.0.
-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 256d5cd6ce..24baaa3afd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2491,7 +2491,7 @@ service via the system message bus.") (define-public libgweather (package (name "libgweather") - (version "3.18.1") + (version "3.20.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2499,7 +2499,7 @@ service via the system message bus.") name "-" version ".tar.xz")) (sha256 (base32 - "1l3sra84k5dnavbdbjyf1ar84xmjszpnnldih6mf45kniwpjkcll")))) + "1mmqg7wf0bhk450akyj0x71x75kh1v7j68isyivr75ydky79nqjj")))) (build-system gnu-build-system) (arguments `(#:configure-flags |