all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75340] [PATCH] gnu: global: Update to 6.6.14.
@ 2025-01-04  6:01 Andy Tai
  2025-01-06 11:07 ` bug#75340: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2025-01-04  6:01 UTC (permalink / raw)
  To: 75340; +Cc: Andy Tai

* gnu/packages/code.scm (global): Update to 6.6.14.

Change-Id: Ia91dc9c67aeaba72090f5004a15e0fde32e0ce28
---
 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 65afd30316..69158810f5 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -192,14 +192,14 @@ (define-public complexity
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.6.13")
+    (version "6.6.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0yrl0dkwp24ddnb2jnirc6a9qrh1z2l1r0fraiwgf0fs62bk8pwl"))))
+               "085kihqvl26q275dvp2a8b4xalb5mxmn31mnbgl95lmfd05zvrzn"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-06 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-04  6:01 [bug#75340] [PATCH] gnu: global: Update to 6.6.14 Andy Tai
2025-01-06 11:07 ` bug#75340: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.