guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: eom: Update to 1.24.1.


From: guix-commits
Subject: 14/22: gnu: eom: Update to 1.24.1.
Date: Tue, 18 Aug 2020 22:25:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2719691f0f3c115fd64c91bf10939cfcc20a892f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 04:00:26 2020 +0200

    gnu: eom: Update to 1.24.1.
    
    * gnu/packages/mate.scm (eom): 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 1d5cec3..b25a65c 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1298,15 +1298,14 @@ can be used as backgrounds in the MATE Desktop 
environment.")
 (define-public eom
   (package
     (name "eom")
-    (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"))
+                           "eom-" version ".tar.xz"))
        (sha256
-        (base32
-         "0zzximp2534bky0vac219alafblw6m0lis0gncq92017s6c1mb77"))))
+        (base32 "0dralsc0dvs0l38cysdhx6kiaiqlb8qi6g9xz2cm6mjqyq3d3f9f"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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