guix-commits
[Top][All Lists]
Advanced

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

15/19: gnu: global: Update to 6.6.7.


From: guix-commits
Subject: 15/19: gnu: global: Update to 6.6.7.
Date: Wed, 28 Jul 2021 09:08:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a8977845cd03249a851e2f6dfb74282f6412ee47
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 28 15:31:52 2021 +0300

    gnu: global: Update to 6.6.7.
    
    * gnu/packages/code.scm (global): Update to 6.6.7.
---
 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 03a4fd5..9a4e151 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.6")
+    (version "6.6.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0pad5p31rdspyrzqky3ppgx7f6gdlfnwg1c7qm8w1m4qzyppi03m"))))
+               "0g4aslm2zajq605py11s4rs1wdnzcqhkh7bc2xl5az42adzzg839"))))
     (build-system gnu-build-system)
     (inputs `(("coreutils" ,coreutils)
               ("ncurses" ,ncurses)



reply via email to

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