[PATCH] gnu: global: Update to 6.6.13.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Zheng Junjie
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 8 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
4b7d82d9f2130674d8af097c9694a3b82ff89bcd.1719894448.git.atai@atai.org
* 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(-)

Toggle diff (25 lines)
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
Zheng Junjie wrote 8 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 71892-done@debbugs.gnu.org)
87frsqn95t.fsf@iscas.ac.cn
Andy Tai <atai@atai.org> writes:

Toggle quote (31 lines)
> * 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

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmaFEt4ACgkQO1qpk+Gi
3/BpMQ//bIuRKXpR1n0BzByrwiBWxqg7xHWsyiq7pnX+vuCPlrab1bd2rNtn00sp
SW+Ze3dcLeCjDeBg6LqdMgCN3D9QHbYuF9H+v6vo7pI7ywpEdSANIwjhykl5wjct
ONrhCZ9onl/bgVrOeUzZdx+JwW/g3mudGe7mUiYveLUZHnoFn0QzSf3lRGebcGmq
QBlCDM+9/0BaOGn+7mS4H0QPTwIDPUAuHeQxQXX/p0vJxYUdELAIAVw6WMl1mctp
VldW1bZ3OjSbDpH8SZHqiqcuDuPKu4kQFw1F1dhZX+0oVK8wqaq8rTpu8biCExzh
r+iRT86WplnCpjeLpvqfPuzOaZ+bVcLvfY3C/vpCVg5njWn6UJI000S5CAnWuK3x
60k3IUoTVVlJoa8IWoL8D+w82UQwp2/78/jR690HxY228lqVVdFCFjAsVN27N5wh
Uy9nbCdFQaijoAOrf4ty5oIMf/6rsjWm6laQ1nCRnqEy5DA99+NAUu3o8Mkajd0E
ixc7atqSntFoU1L3W2MrsKoCrorhsRnn1JrzqQ8EhQMqss66E9dVN4d6CHXxuW4C
3VvNCWXnTyDasUWbbdY9YbJzR3r5JVAa/2fZpYAElx7c+zzTF0nUuhP750urE2QV
gpkLV+8XmkMzJxByO5T7VW9KrOTPrWsOnMIUn5dO/g9MBp+u4Wg=
=WEMC
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71892@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71892
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help