[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/32: gnu: mate-applets: Update to 1.26.1.
From: |
guix-commits |
Subject: |
08/32: gnu: mate-applets: Update to 1.26.1. |
Date: |
Sat, 22 Jul 2023 04:47:36 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit fe76492e382c5e786cb11f33c9b4b155667958ff
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 10:35:10 2023 -0700
gnu: mate-applets: Update to 1.26.1.
* gnu/packages/mate.scm (mate-applets): Update to 1.26.1.
[inputs]: Add libnl.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/mate.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 41f9c338c9..38badf2f7a 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -505,14 +505,14 @@ assorted menu related utility programs.")
(define-public mate-applets
(package
(name "mate-applets")
- (version "1.24.1")
+ (version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-applets-" version ".tar.xz"))
(sha256
- (base32 "0h70i4x3bk017pgv4zn280682wm58vwdjm7kni91ni8rmblnnvyp"))))
+ (base32 "1hn22xxmkm3s1477war7w7lb7yh77b3251y1why37p3nncfzdf1s"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config
@@ -533,6 +533,7 @@ assorted menu related utility programs.")
gtksourceview-3
libgtop
libmateweather
+ libnl
libnotify
libx11
libxml2
- 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 <=
- 10/32: gnu: mate-panel: Update to 1.26.3., guix-commits, 2023/07/22
- 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