mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: eom: Update to 1.22.0.
* gnu/packages/mate.scm (eom): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
24eee2c025
commit
b85d568203
1 changed files with 2 additions and 2 deletions
|
@ -1281,7 +1281,7 @@ (define-public mate-utils
|
|||
(define-public eom
|
||||
(package
|
||||
(name "eom")
|
||||
(version "1.18.2")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1290,7 +1290,7 @@ (define-public eom
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00ns7g7qykakc89lijrw2vwy9x9ijqiyvmnd4sw0j6py90zs8m87"))))
|
||||
"093vbip848bp9y603yasbrg1bcp68m64hma7zhi5m37x2r103r6l"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue