[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/22: gnu: libmatemixer: Update to 1.24.1.
From: |
guix-commits |
Subject: |
06/22: gnu: libmatemixer: Update to 1.24.1. |
Date: |
Tue, 18 Aug 2020 22:25:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a8f29138e4a517a418583c4baec20894b6de7a32
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 04:00:05 2020 +0200
gnu: libmatemixer: Update to 1.24.1.
* gnu/packages/mate.scm (libmatemixer): 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 9ebecbb..b662ab3 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -430,15 +430,14 @@ configuration program to choose applications starting on
login.")
(define-public libmatemixer
(package
(name "libmatemixer")
- (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"))
+ "libmatemixer-" version ".tar.xz"))
(sha256
- (base32
- "08vkdp2kzy27xwscwp2jj5nz0yblrka2482l6cx3wl4dnk0rpznm"))))
+ (base32 "1n6rq7k66zvfd6sb7h92xihh021w9hysfa4yd1mzjcbb7c62ybqx"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
- 02/22: gnu: libmateweather: Update to 1.24.1., (continued)
- 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, 2020/08/18
- 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 <=
- 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, 2020/08/18
- 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