1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libmateweather: Update to 1.28.2.

* gnu/packages/mate.scm (libmateweather): Update to 1.28.2.

Change-Id: Ibaf37cdb1c5e1319ddb7c16f54b39ffb4675377d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #5676
This commit is contained in:
FuncProgLinux
2026-01-16 11:32:56 -06:00
committed by Ludovic Courtès
parent 76d4620512
commit deedd482e4

View File

@@ -269,7 +269,7 @@ desktop and the mate-about program.")
(define-public libmateweather
(package
(name "libmateweather")
(version "1.28.1")
(version "1.28.2")
(source
(origin
(method git-fetch)
@@ -279,20 +279,13 @@ desktop and the mate-about program.")
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
(base32 "150wzqd619rggfwhzn4s456rbz9dv5l0qx7x80jcinibwgw7hjjv"))))
(base32 "15ajz83na76lcnw9cy1m36f9xfzl1nywk9xwwjax1cklfz63vl0g"))))
(build-system gnu-build-system)
(arguments
(list
#:configure-flags #~(list "--with-zoneinfo-dir=/var/empty")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'preconfigure
(lambda _
(setenv "ACLOCAL_FLAGS"
(string-join (map (lambda (s)
(string-append "-I " s))
(string-split (getenv "ACLOCAL_PATH")
#\:)) " "))))
(add-before 'check 'fix-tzdata-location
(lambda* (#:key inputs #:allow-other-keys)
(setenv "TZDIR"