diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:56:43 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:57 +0800 |
commit | ccf6e2a4835006124d1f2bd62818ce4f928d4482 (patch) | |
tree | 9f5088884ade6080fb6e44124beb44b745b41d01 /gnu/packages/gnome.scm | |
parent | 8627a60711fb762eb2ca06b145f38d72c7b26c6f (diff) | |
download | guix-ccf6e2a4835006124d1f2bd62818ce4f928d4482.tar guix-ccf6e2a4835006124d1f2bd62818ce4f928d4482.tar.gz |
gnu: libgweather: Update to 3.20.2.
* gnu/packages/gnome.scm (libgweather): Update to 3.20.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 0fd6afb9ab..1328b42abc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2580,7 +2580,7 @@ service via the system message bus.") (define-public libgweather (package (name "libgweather") - (version "3.20.0") + (version "3.20.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2588,7 +2588,7 @@ service via the system message bus.") name "-" version ".tar.xz")) (sha256 (base32 - "1mmqg7wf0bhk450akyj0x71x75kh1v7j68isyivr75ydky79nqjj")))) + "15ycgvdvika57rhnb46j6pj1907nj5y5nyy7sgj0yvpjbqsiskzp")))) (build-system gnu-build-system) (arguments `(#:configure-flags |