gnu: libgweather: Update to 3.28.3.
* gnu/packages/gnome.scm (libgweather): Update to 3.28.3.
This commit is contained in:
parent
bc09c41631
commit
794ce8eaf7
|
@ -3197,7 +3197,7 @@ service via the system message bus.")
|
||||||
(define-public libgweather
|
(define-public libgweather
|
||||||
(package
|
(package
|
||||||
(name "libgweather")
|
(name "libgweather")
|
||||||
(version "3.28.2")
|
(version "3.28.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -3205,7 +3205,7 @@ service via the system message bus.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xfy5ghwvnz2g9074dy6512m4z2pv66pmja14vhi9imgacbfh708"))))
|
"1xz60h59zgyk61y2wwzm0xlqav72i668g7v0x7rh9idz240hxls5"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue