From 3f6c6328c038f13e442845f6bf82f1cfe5bc9cd5 Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Thu, 11 Jul 2024 00:57:34 -0700 Subject: gnu: libmateweather: Update to 1.28.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mate.scm (libmateweather): Update to 1.28.0 * gnu/packages/patches/libmateweather-use-TZDIR.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: I7432dd65bcf00e9f44d610fad337b629714fb3d2 Signed-off-by: 宋文武 --- gnu/packages/mate.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu/packages/mate.scm') diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 25fdbd65ad..32a084ac11 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -253,16 +253,14 @@ desktop and the mate-about program.") (define-public libmateweather (package (name "libmateweather") - (version "1.26.1") + (version "1.28.0") (source (origin (method url-fetch) (uri (string-append "mirror://mate/" (version-major+minor version) "/" "libmateweather-" version ".tar.xz")) (sha256 - (base32 "0fpgc2l46024j2sqqsvclg9c6x33hyjk2zbg5h74v7cf9c7rj062")) - (patches - (list (search-patch "libmateweather-use-TZDIR.patch"))))) + (base32 "1dfj68q3x9camd7h94pcwv8a5969cv5d4p979gcbk4xknpg76hsm")))) (build-system gnu-build-system) (arguments '(#:configure-flags -- cgit v1.2.3