guix-commits
[Top][All Lists]
Advanced

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

21/31: gnu: eom: Update to 1.28.0.


From: guix-commits
Subject: 21/31: gnu: eom: Update to 1.28.0.
Date: Sat, 10 Aug 2024 09:21:45 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 3d2c1494ac80af1c0450e6a817b3bb7e3b7d9a5d
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jul 11 00:57:52 2024 -0700

    gnu: eom: Update to 1.28.0.
    
    * gnu/packages/mate.scm (eom): Update to 1.28.0.
    
    Change-Id: I30f60fd8cc5abdbe77c5fa48ef1780fc65072268
    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 5a218e3ee3..070271cbbd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1287,14 +1287,14 @@ can be used as backgrounds in the MATE Desktop 
environment.")
 (define-public eom
   (package
     (name "eom")
-    (version "1.26.1")
+    (version "1.28.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "eom-" version ".tar.xz"))
        (sha256
-        (base32 "0q4r9f3dcb6w6fia06sm9h3lzpq86gj13clzw1i6qzjg94li49dm"))))
+        (base32 "1g1sspnj7r077bfaywj6qhq4gvc2y7jylrf8b1r8q6jsk6rcl0cs"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list gettext-minimal



reply via email to

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