Archived
1
0
Fork 0

gnu: libmateweather: Update to 1.24.1.

* gnu/packages/mate.scm (libmateweather): Update to 1.24.1.
[source]: Hard-code NAME.  Remove obsolete snippet.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-19 03:59:03 +02:00
parent 5f6589281f
commit 3ae745fed3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -256,24 +256,14 @@ desktop and the mate-about program.")
(define-public libmateweather (define-public libmateweather
(package (package
(name "libmateweather") (name "libmateweather")
(version "1.24.0") (version "1.24.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/" (uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz")) "libmateweather-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "02d7c59pami1fzxg73mp6risa9hvsdpgs68f62wkg09nrppzsk4v"))))
"094mnlczxq9crjj8z7dzs1zmwscdkbp54l3qjaf4a4bhd8lihv8d"))
(modules '((guix build utils)))
;; This is fixed by commit ea13e065 upstream. Remove this once 1.25.0
;; is out.
(snippet
'(begin
(substitute* "data/Locations.xml.in"
(("Godthab")
"Nuuk"))
#t))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags