mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: eom: Update to 1.24.1.
* gnu/packages/mate.scm (eom): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
parent
4d0737140b
commit
2719691f0f
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue