[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/22: gnu: mate-terminal: Update to 1.24.1.
From: |
guix-commits |
Subject: |
03/22: gnu: mate-terminal: Update to 1.24.1. |
Date: |
Tue, 18 Aug 2020 22:25:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0d553270a9a9f2f21669bd99c71bc522110e4442
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 03:59:50 2020 +0200
gnu: mate-terminal: Update to 1.24.1.
* gnu/packages/mate.scm (mate-terminal): Update to 1.24.1.
---
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 17c1abf..d23a358 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -301,14 +301,14 @@ the MATE desktop environment.")
(define-public mate-terminal
(package
(name "mate-terminal")
- (version "1.24.0")
+ (version "1.24.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-terminal-" version ".tar.xz"))
(sha256
- (base32 "0nc23nmbkya2fgf7j65z85dcibwi5akkr8nscqrvk039ckirhk97"))))
+ (base32 "0qmyhxmarwkxad8k1m9q1iwx70zhfp6zc2mh74nv26nj4gr3h3am"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- branch master updated (9765e2d -> 525304e), guix-commits, 2020/08/18
- 02/22: gnu: libmateweather: Update to 1.24.1., guix-commits, 2020/08/18
- 01/22: gnu: mate-desktop: Update to 1.24.1., guix-commits, 2020/08/18
- 03/22: gnu: mate-terminal: Update to 1.24.1.,
guix-commits <=
- 05/22: gnu: mate-settings-daemon: Update to 1.24.1., guix-commits, 2020/08/18
- 08/22: gnu: mate-menus: Update to 1.24.1., guix-commits, 2020/08/18
- 09/22: gnu: mate-applets: Update to 1.24.1., guix-commits, 2020/08/18
- 11/22: gnu: caja-extensions: Update to 1.24.1., guix-commits, 2020/08/18
- 04/22: gnu: mate-session-manager: Update to 1.24.1., guix-commits, 2020/08/18
- 07/22: gnu: libmatekbd: Update to 1.24.1., guix-commits, 2020/08/18
- 15/22: gnu: engrampa: Update to 1.24.1., guix-commits, 2020/08/18
- 06/22: gnu: libmatemixer: Update to 1.24.1., guix-commits, 2020/08/18
- 10/22: gnu: mate-media: Update to 1.24.1., guix-commits, 2020/08/18
- 13/22: gnu: mate-calc: Update to 1.24.1., guix-commits, 2020/08/18