mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
gnu: geany: Update to 1.37.
* gnu/packages/text-editors.scm (geany): Update to 1.37.
This commit is contained in:
@@ -848,14 +848,14 @@ and multiple fonts.")
|
|||||||
(define-public geany
|
(define-public geany
|
||||||
(package
|
(package
|
||||||
(name "geany")
|
(name "geany")
|
||||||
(version "1.36")
|
(version "1.37")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.geany.org/"
|
(uri (string-append "https://download.geany.org/"
|
||||||
"geany-" version ".tar.bz2"))
|
"geany-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gnm17cr4rf3pmkf0axz4a0fxwnvp55ji0q0lzy88yqbshyxv14i"))))
|
(base32 "0l9xds0qghxv21ymifdc9spvp9mpvpnxn9scf1b9qxivha22brfx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|||||||
Reference in New Issue
Block a user