guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: geany: Update to 1.37.1.


From: guix-commits
Subject: branch master updated: gnu: geany: Update to 1.37.1.
Date: Thu, 03 Dec 2020 17:26:27 -0500

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 4496e03  gnu: geany: Update to 1.37.1.
4496e03 is described below

commit 4496e038d8281b4a4bcc299d3c8857f9ea5650b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 3 23:25:40 2020 +0100

    gnu: geany: Update to 1.37.1.
    
    * gnu/packages/text-editors.scm (geany): Update to 1.37.1.
---
 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 ee2134d..878cbb6 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -849,14 +849,14 @@ and multiple fonts.")
 (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]