mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: geany: Update to 1.37.1.
* gnu/packages/text-editors.scm (geany): Update to 1.37.1.
This commit is contained in:
parent
88c6edb846
commit
4496e038d8
1 changed files with 2 additions and 2 deletions
|
@ -849,14 +849,14 @@ (define-public scintilla
|
|||
(define-public geany
|
||||
(package
|
||||
(name "geany")
|
||||
(version "1.37")
|
||||
(version "1.37.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.geany.org/"
|
||||
"geany-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0l9xds0qghxv21ymifdc9spvp9mpvpnxn9scf1b9qxivha22brfx"))))
|
||||
(base32 "060sachn33xpx3a609f09y97qq5ky17gvv686zbvrn618ij7bi8q"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue