gnu: geany: Update to 1.38.
* gnu/packages/text-editors.scm (geany): Update to 1.38.
This commit is contained in:
parent
3c46339a70
commit
fa2ef46247
1 changed files with 2 additions and 2 deletions
|
@ -973,14 +973,14 @@ and multiple fonts.")
|
||||||
(define-public geany
|
(define-public geany
|
||||||
(package
|
(package
|
||||||
(name "geany")
|
(name "geany")
|
||||||
(version "1.37.1")
|
(version "1.38")
|
||||||
(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 "060sachn33xpx3a609f09y97qq5ky17gvv686zbvrn618ij7bi8q"))))
|
(base32 "0inmmb9wra2w99pfv6p64d66s2zrhafc8drhwmga7gj89mp1gzxb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Reference in a new issue