diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:39:17 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 00:53:44 +0200 |
commit | becd37043a8735f3496af96d7c54a231dd252e91 (patch) | |
tree | 2c784236bd6e3eca2f5f6296a458e5385f501a44 | |
parent | 6481cad75433af619a3fade5dcb128571b20e8db (diff) | |
download | patches-becd37043a8735f3496af96d7c54a231dd252e91.tar patches-becd37043a8735f3496af96d7c54a231dd252e91.tar.gz |
gnu: libgweather: Update to 3.24.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.24.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 e96d5f03c0..0e6523a38a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2691,7 +2691,7 @@ service via the system message bus.") (define-public libgweather (package (name "libgweather") - (version "3.20.4") + (version "3.24.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2699,7 +2699,7 @@ service via the system message bus.") name "-" version ".tar.xz")) (sha256 (base32 - "1higj4nmn3srqjbzl4iva7c0b4fkdq74xi4b35xd0qc4qiawbkbx")))) + "0ggspn3wmlkdxpfv4ym68qn1mzqc3hv666sykv8sv1ah40rbk28h")))) (build-system gnu-build-system) (arguments `(#:configure-flags |