mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: engrampa: Update to 1.24.1.
* gnu/packages/mate.scm (engrampa): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
parent
2719691f0f
commit
083496ebf5
1 changed files with 3 additions and 4 deletions
|
@ -1347,15 +1347,14 @@ (define-public eom
|
|||
(define-public engrampa
|
||||
(package
|
||||
(name "engrampa")
|
||||
(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"))
|
||||
"engrampa-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13cak3qgrzqj74x9jq1sf155793v2bqqz4mk4i04g9f9xn3g85fl"))))
|
||||
(base32 "0akjnz85qkpiqgj1ccn41rzbfid4l3r3nsm4s9s779ilzd7f097y"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--disable-schemas-compile"
|
||||
|
|
Loading…
Reference in a new issue