mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
(define-public engrampa
|
(define-public engrampa
|
||||||
(package
|
(package
|
||||||
(name "engrampa")
|
(name "engrampa")
|
||||||
(version "1.26.1")
|
(version "1.28.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) "/"
|
||||||
"engrampa-" version ".tar.xz"))
|
"engrampa-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jkci8gaxrx978laqj9ayx62r05czajqmry915iymsd4lw3l28ph"))))
|
(base32 "0siqhm6vh0lwx0qh7v4asn4m15ac9g93hm97iymfw24brydlqp4w"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "--disable-schemas-compile"
|
`(#:configure-flags (list "--disable-schemas-compile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue