gnu: libgweather: Update to 3.20.2.
* gnu/packages/gnome.scm (libgweather): Update to 3.20.2.
This commit is contained in:
parent
8627a60711
commit
ccf6e2a483
|
@ -2580,7 +2580,7 @@ service via the system message bus.")
|
||||||
(define-public libgweather
|
(define-public libgweather
|
||||||
(package
|
(package
|
||||||
(name "libgweather")
|
(name "libgweather")
|
||||||
(version "3.20.0")
|
(version "3.20.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -2588,7 +2588,7 @@ service via the system message bus.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mmqg7wf0bhk450akyj0x71x75kh1v7j68isyivr75ydky79nqjj"))))
|
"15ycgvdvika57rhnb46j6pj1907nj5y5nyy7sgj0yvpjbqsiskzp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in New Issue