guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: global: Update to 6.6.5.


From: guix-commits
Subject: branch master updated: gnu: global: Update to 6.6.5.
Date: Thu, 03 Sep 2020 13:42:58 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8b92be3  gnu: global: Update to 6.6.5.
8b92be3 is described below

commit 8b92be3267e96fce0822de2ceb665d27141c08f7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Sep 3 20:41:08 2020 +0300

    gnu: global: Update to 6.6.5.
    
    * gnu/packages/code.scm (global): Update to 6.6.5.
---
 gnu/packages/code.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 6229a04..3eaefc4 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -125,14 +125,14 @@ highlighting your own code that seemed comprehensible 
when you wrote it.")
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.6.4")
+    (version "6.6.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1515642wsjz7x3rsgaqk4sc7n0z2znl7idsk8jz8wgy5aswqqzlq"))))
+               "10vvsgx8v54whb4j9mk5qqyb5h3rdd9da0il3wir8pcpksyk0dww"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)



reply via email to

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