mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: eom: Update to 1.24.0.
* gnu/packages/mate.scm (eom): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6e5be55bbc
commit
04cf2fffb8
1 changed files with 2 additions and 2 deletions
|
@ -1315,7 +1315,7 @@ (define-public mate-utils
|
|||
(define-public eom
|
||||
(package
|
||||
(name "eom")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1323,7 +1323,7 @@ (define-public eom
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"093vbip848bp9y603yasbrg1bcp68m64hma7zhi5m37x2r103r6l"))))
|
||||
"0zzximp2534bky0vac219alafblw6m0lis0gncq92017s6c1mb77"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue