1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: geany: Update to 1.37.

* gnu/packages/text-editors.scm (geany): Update to 1.37.
This commit is contained in:
Nicolas Goaziou
2020-10-27 22:43:53 +01:00
parent b326127a16
commit d199ba621a

View File

@@ -848,14 +848,14 @@ and multiple fonts.")
(define-public geany
(package
(name "geany")
(version "1.36")
(version "1.37")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.geany.org/"
"geany-" version ".tar.bz2"))
(sha256
(base32 "0gnm17cr4rf3pmkf0axz4a0fxwnvp55ji0q0lzy88yqbshyxv14i"))))
(base32 "0l9xds0qghxv21ymifdc9spvp9mpvpnxn9scf1b9qxivha22brfx"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)