all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 71892@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71892] [PATCH] gnu: global: Update to 6.6.13.
Date: Mon,  1 Jul 2024 21:27:58 -0700	[thread overview]
Message-ID: <4b7d82d9f2130674d8af097c9694a3b82ff89bcd.1719894448.git.atai@atai.org> (raw)

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

Change-Id: I4a00f0853b9ad9dcd216f4a7e33a23df3c1caa13
---
 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 44edf43db5..80070b3065 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -191,14 +191,14 @@ (define-public complexity
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.6.12")
+    (version "6.6.13")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "00ari03n0wdzz1ib73p64h8g1p0a9js61fxl92jyq50fhh35najl"))))
+               "0yrl0dkwp24ddnb2jnirc6a9qrh1z2l1r0fraiwgf0fs62bk8pwl"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

base-commit: 1a7228b151240de1373bf1c3248bb0277aef0a3e
-- 
2.34.1





             reply	other threads:[~2024-07-02  4:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02  4:27 Andy Tai [this message]
2024-07-03  8:59 ` bug#71892: [PATCH] gnu: global: Update to 6.6.13 Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4b7d82d9f2130674d8af097c9694a3b82ff89bcd.1719894448.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=71892@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.