[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: geany: Update to 1.37.
From: |
guix-commits |
Subject: |
branch master updated: gnu: geany: Update to 1.37. |
Date: |
Tue, 27 Oct 2020 17:44:11 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d199ba6 gnu: geany: Update to 1.37.
d199ba6 is described below
commit d199ba621ac6a674a7ea90bd7ff169a5304de0d2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 27 22:43:53 2020 +0100
gnu: geany: Update to 1.37.
* gnu/packages/text-editors.scm (geany): Update to 1.37.
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index ed88c8d..0860189 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: geany: Update to 1.37.,
guix-commits <=