guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/32: gnu: marco: Update to 1.26.2.


From: guix-commits
Subject: 12/32: gnu: marco: Update to 1.26.2.
Date: Sat, 22 Jul 2023 04:47:37 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 6d7a9b4d700f5b4bff90fc8a5e3807f5d5c764e5
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 10:35:14 2023 -0700

    gnu: marco: Update to 1.26.2.
    
    * gnu/packages/mate.scm (marco): Update to 1.26.2.
    [inputs]: Add libxres.
    
    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 45dc6eb566..4e36b0fb8f 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -965,14 +965,14 @@ of various aspects of your desktop.")
 (define-public marco
   (package
     (name "marco")
-    (version "1.24.1")
+    (version "1.26.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "109b41pjrc1b4slw6sx1lakdhrc46x829vczzk4bz3j15kcszg54"))))
+        (base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list pkg-config
@@ -998,6 +998,7 @@ of various aspects of your desktop.")
            libxinerama
            libxrandr
            libxrender
+           libxres
            mate-desktop
            pango
            startup-notification))



reply via email to

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