guix-commits
[Top][All Lists]
Advanced

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

22/32: gnu: eom: Update to 1.26.1.


From: guix-commits
Subject: 22/32: gnu: eom: Update to 1.26.1.
Date: Sat, 22 Jul 2023 04:47:38 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 9ab2f730142c90c8f78a85f6e1cb41aad054325b
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 10:35:24 2023 -0700

    gnu: eom: Update to 1.26.1.
    
    * gnu/packages/mate.scm (eom): Update to 1.26.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 af963c7dc6..7d142a23ff 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1268,14 +1268,14 @@ can be used as backgrounds in the MATE Desktop 
environment.")
 (define-public eom
   (package
     (name "eom")
-    (version "1.24.1")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "eom-" version ".tar.xz"))
        (sha256
-        (base32 "0dralsc0dvs0l38cysdhx6kiaiqlb8qi6g9xz2cm6mjqyq3d3f9f"))))
+        (base32 "0q4r9f3dcb6w6fia06sm9h3lzpq86gj13clzw1i6qzjg94li49dm"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list gettext-minimal



reply via email to

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