guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: global: Update to 6.6.10.


From: guix-commits
Subject: 01/05: gnu: global: Update to 6.6.10.
Date: Thu, 11 May 2023 14:37:46 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 96e013f9644df34582d36b786581dabc6a8db1ff
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 11 21:33:02 2023 +0300

    gnu: global: Update to 6.6.10.
    
    * gnu/packages/code.scm (global): Update to 6.6.10.
---
 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 1b603c0aa2..d57954c47c 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -182,14 +182,14 @@ highlighting your own code that seemed comprehensible 
when you wrote it.")
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.6.9")
+    (version "6.6.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1mgss7ch4izz7ibb23xah6h4iva77g9dq4pkc9g69jk0ipxa1jxa"))))
+               "1s6c9nzpp4jfq14l3mk9fnyipizljkka8hdr1wwh2g798nlydl9d"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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