guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]