guix-patches
[Top][All Lists]
Advanced

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

[bug#64084] [PATCH 23/29] gnu: eom: Update to 1.26.1


From: Andy Tai
Subject: [bug#64084] [PATCH 23/29] gnu: eom: Update to 1.26.1
Date: Thu, 15 Jun 2023 10:35:24 -0700

* gnu/packages/mate.scm (eom): Update to 1.26.1
---
 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 a0548239ed..8afa4579e2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1265,14 +1265,14 @@ (define-public mate-utils
 (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
-- 
2.40.1






reply via email to

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