[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/22: gnu: mate-control-center: Update to 1.24.1.
From: |
guix-commits |
Subject: |
12/22: gnu: mate-control-center: Update to 1.24.1. |
Date: |
Tue, 18 Aug 2020 22:25:11 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e2a67c0178d2326ccac5a8bb3e1aac0a31e32948
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 04:00:21 2020 +0200
gnu: mate-control-center: Update to 1.24.1.
* gnu/packages/mate.scm (mate-control-center): Update to 1.24.1.
[source]: Hard-code NAME.
---
gnu/packages/mate.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d3f0286..92b9d21 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -921,15 +921,14 @@ icons on the MATE desktop. It works on local and remote
file systems.")
(define-public mate-control-center
(package
(name "mate-control-center")
- (version "1.24.0")
+ (version "1.24.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "mate-control-center-" version ".tar.xz"))
(sha256
- (base32
- "192plsh83m2qz7jgakns2yvhqbj53v7i54iwb0z26i2awy0j9rcd"))))
+ (base32 "08bai47fsmbxlw2lhig9n6c8sxr24ixkd1spq3j0635yzcqighb0"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
- 09/22: gnu: mate-applets: Update to 1.24.1., (continued)
- 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
- 14/22: gnu: eom: Update to 1.24.1., guix-commits, 2020/08/18
- 16/22: gnu: sysprof: Update home page., guix-commits, 2020/08/18
- 12/22: gnu: mate-control-center: Update to 1.24.1.,
guix-commits <=
- 17/22: gnu: sysprof: Update to 3.36.0., guix-commits, 2020/08/18
- 20/22: gnu: libpipeline: Update to 1.5.3., guix-commits, 2020/08/18
- 18/22: gnu: sysprof: Expand description., guix-commits, 2020/08/18
- 19/22: gnu: lvm2: Update to 2.03.10., guix-commits, 2020/08/18
- 21/22: gnu: python-dkimpy: Update to 1.0.5., guix-commits, 2020/08/18
- 22/22: gnu: python-aiosmtpd: Update to 1.2.1., guix-commits, 2020/08/18