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.6.


From: guix-commits
Subject: branch master updated: gnu: global: Update to 6.6.6.
Date: Sun, 02 May 2021 17:56:13 -0400

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

nckx pushed a commit to branch master
in repository guix.

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

commit bf5374f493772c126a2deba07b9213dd30b65055
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 23:52:12 2021 +0200

    gnu: global: Update to 6.6.6.
    
    * gnu/packages/code.scm (global): Update to 6.6.6.
---
 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 15e0048..2e9b4f0 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -127,14 +127,14 @@ highlighting your own code that seemed comprehensible 
when you wrote it.")
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.6.5")
+    (version "6.6.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "10vvsgx8v54whb4j9mk5qqyb5h3rdd9da0il3wir8pcpksyk0dww"))))
+               "0pad5p31rdspyrzqky3ppgx7f6gdlfnwg1c7qm8w1m4qzyppi03m"))))
     (build-system gnu-build-system)
     (inputs `(("coreutils" ,coreutils)
               ("ncurses" ,ncurses)



reply via email to

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