me
/
guix
Archived
1
0
Fork 0

gnu: libgweather: Update to 3.34.0.

* gnu/packages/gnome.scm (libgweather): Update to 3.34.0.

(cherry picked from commit fea74bf26d1a77129da919f2eb7473c94a947200)
master
Kei Kebreau 2019-12-16 23:16:11 -05:00
parent e8f4bf6b42
commit 462d3416a8
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -4145,7 +4145,7 @@ service via the system message bus.")
(define-public libgweather (define-public libgweather
(package (package
(name "libgweather") (name "libgweather")
(version "3.28.3") (version "3.34.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -4153,7 +4153,7 @@ service via the system message bus.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1xz60h59zgyk61y2wwzm0xlqav72i668g7v0x7rh9idz240hxls5")))) "1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:tests? #f ; one of two tests requires network access `(#:tests? #f ; one of two tests requires network access