mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: engrampa: Update to 1.28.1.
* gnu/packages/mate.scm (engrampa): Update to 1.28.1. Change-Id: I8c328bf7caa188c123916bf56c2933bd1d3fc468 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
3d2c1494ac
commit
f9ef315aaa
1 changed files with 2 additions and 2 deletions
|
@ -1335,14 +1335,14 @@ (define-public eom
|
|||
(define-public engrampa
|
||||
(package
|
||||
(name "engrampa")
|
||||
(version "1.26.1")
|
||||
(version "1.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
"engrampa-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0jkci8gaxrx978laqj9ayx62r05czajqmry915iymsd4lw3l28ph"))))
|
||||
(base32 "0siqhm6vh0lwx0qh7v4asn4m15ac9g93hm97iymfw24brydlqp4w"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--disable-schemas-compile"
|
||||
|
|
Loading…
Reference in a new issue