diff options
| author | FuncProgLinux <softwarelibre@urutau-ltd.org> | 2026-01-16 11:32:56 -0600 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-02-12 23:56:36 +0100 |
| commit | deedd482e437182dc8e35b9ef260cfd0dc68e7f2 (patch) | |
| tree | 532f7d236a710329645e871cbc6ff52871ea0990 /gnu/packages/mate.scm | |
| parent | 76d4620512ac35346e3ab1ca863a42f6251a7237 (diff) | |
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
Diffstat (limited to 'gnu/packages/mate.scm')
| -rw-r--r-- | gnu/packages/mate.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 10231e50f53..023d15f0df6 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -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" |
