me
/
guix
Archived
1
0
Fork 0

gnu: eom: Update to 1.24.1.

* gnu/packages/mate.scm (eom): Update to 1.24.1.
[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-08-19 04:00:26 +02:00
parent 4d0737140b
commit 2719691f0f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -1298,15 +1298,14 @@ can be used as backgrounds in the MATE Desktop environment.")
(define-public eom (define-public eom
(package (package
(name "eom") (name "eom")
(version "1.24.0") (version "1.24.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/" (uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz")) "eom-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "0dralsc0dvs0l38cysdhx6kiaiqlb8qi6g9xz2cm6mjqyq3d3f9f"))))
"0zzximp2534bky0vac219alafblw6m0lis0gncq92017s6c1mb77"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)