GNU bug report logs -
#75340
[PATCH] gnu: global: Update to 6.6.14.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 4 Jan 2025 06:02:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75340: [PATCH] gnu: global: Update to 6.6.14.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75340 <at> debbugs.gnu.org.
--
75340: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75340
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:
> * 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.