diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-10-20 21:22:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-10-20 21:22:46 +0200 |
commit | 6205e6a0ced19a01b63f1b818015eb96eecaa6a9 (patch) | |
tree | fbfcf3d8fc9ba9e6bde21a63fed441159c23329d | |
parent | 8b8dfa7f56b5e85b5f73b7d183c149ea9523d3d8 (diff) | |
download | patches-6205e6a0ced19a01b63f1b818015eb96eecaa6a9.tar patches-6205e6a0ced19a01b63f1b818015eb96eecaa6a9.tar.gz |
gnu: libgweather: Update to 3.20.3.
* gnu/packages/gnome.scm (libgweather): Update to 3.20.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 f00eeda884..13564bfa3b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2581,7 +2581,7 @@ service via the system message bus.") (define-public libgweather (package (name "libgweather") - (version "3.20.2") + (version "3.20.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2589,7 +2589,7 @@ service via the system message bus.") name "-" version ".tar.xz")) (sha256 (base32 - "15ycgvdvika57rhnb46j6pj1907nj5y5nyy7sgj0yvpjbqsiskzp")))) + "02vcnlchcq3hxsm75x2szzkszg1yp1rg164p1b23vnzm9svcaszv")))) (build-system gnu-build-system) (arguments `(#:configure-flags |