[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/32: gnu: mate-panel: Update to 1.26.3.
From: |
guix-commits |
Subject: |
10/32: gnu: mate-panel: Update to 1.26.3. |
Date: |
Sat, 22 Jul 2023 04:47:37 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 170aaece25fcac2dbf482f2b22611bba5e24ea1c
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 10:35:12 2023 -0700
gnu: mate-panel: Update to 1.26.3.
* gnu/packages/mate.scm (mate-panel): Update to 1.26.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 1f7a406bff..aea6c11024 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -610,14 +610,14 @@ mate-volume-control, a MATE volume control application
and applet.")
(define-public mate-panel
(package
(name "mate-panel")
- (version "1.24.1")
+ (version "1.26.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0xblqrhfazd01h0jdmx4hvavkb7f9anbd4rjsk5r6wxhp027l64l"))))
+ (base32 "0ag03lbslsqva5ycrnv6ksm304s8miav42n7iklsf2s54zai0gzk"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags
- branch master updated (a7233e99da -> ab7bae8de3), guix-commits, 2023/07/22
- 13/32: gnu: caja-extensions: Update to 1.26.1., guix-commits, 2023/07/22
- 06/32: gnu: libmatemixer: Update to 1.26.0., guix-commits, 2023/07/22
- 11/32: gnu: caja: Update to 1.26.1., guix-commits, 2023/07/22
- 08/32: gnu: mate-applets: Update to 1.26.1., guix-commits, 2023/07/22
- 10/32: gnu: mate-panel: Update to 1.26.3.,
guix-commits <=
- 14/32: gnu: mate-control-center: Update to 1.26.1., guix-commits, 2023/07/22
- 16/32: gnu: mate-calc: Update to 1.26.0., guix-commits, 2023/07/22
- 17/32: gnu: mate-backgrounds: Update to 1.26.0., guix-commits, 2023/07/22
- 22/32: gnu: eom: Update to 1.26.1., guix-commits, 2023/07/22
- 05/32: gnu: mate-settings-daemon: Update to 1.26.1., guix-commits, 2023/07/22
- 12/32: gnu: marco: Update to 1.26.2., guix-commits, 2023/07/22
- 03/32: gnu: mate-terminal: Update to 1.26.1., guix-commits, 2023/07/22
- 07/32: gnu: libmatekbd: Update to 1.26.1., guix-commits, 2023/07/22
- 19/32: gnu: mate-screensaver: Update to 1.26.2., guix-commits, 2023/07/22
- 21/32: gnu: mate-utils: Update to 1.26.1., guix-commits, 2023/07/22