gnu: libgweather: Update to 40.0.
* gnu/packages/gnome.scm (libgweather): Update to 40.0. [source]: Fix the URI. [inputs]: Add python-pygobject.
This commit is contained in:
parent
cb79e5a175
commit
0ab1bfac66
1 changed files with 5 additions and 4 deletions
|
@ -5438,15 +5438,15 @@ service via the system message bus.")
|
||||||
(define-public libgweather
|
(define-public libgweather
|
||||||
(package
|
(package
|
||||||
(name "libgweather")
|
(name "libgweather")
|
||||||
(version "3.34.0")
|
(version "40.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 "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902"))))
|
"1rkf4yv43qcahyx7bismdv6z2vh5azdnm1fqfmnzrada9cm8ykna"))))
|
||||||
(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
|
||||||
|
@ -5459,7 +5459,8 @@ service via the system message bus.")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
("intltool" ,intltool)))
|
("intltool" ,intltool)
|
||||||
|
("python-pygobject" ,python-pygobject)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
|
;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
|
||||||
;; libsoup.
|
;; libsoup.
|
||||||
|
|
Reference in a new issue