GNU bug report logs -
#71737
[PATCH] gnu (gauche): Update to 0.9.15.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sun, 23 Jun 2024 18:16:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
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
#71737: [PATCH] gnu (gauche): Update to 0.9.15.
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 71737 <at> debbugs.gnu.org.
--
71737: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71737
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
ashish.is <at> lostca.se writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/scheme.scm (gauche): Update to 0.9.15.
>
> Change-Id: I63da9600fc162c3f9ab02f35c509c7402b7406ca
> ---
> gnu/packages/scheme.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
> index 47754800f9..8bf72deb23 100644
> --- a/gnu/packages/scheme.scm
> +++ b/gnu/packages/scheme.scm
> @@ -1085,7 +1085,7 @@ (define-public femtolisp
> (define-public gauche
> (package
> (name "gauche")
> - (version "0.9.12")
> + (version "0.9.15")
> (home-page "https://practical-scheme.net/gauche/index.html")
> (source
> (origin
> @@ -1095,7 +1095,7 @@ (define-public gauche
> (string-replace-substring version "." "_")
> "/Gauche-" version ".tgz"))
> (sha256
> - (base32 "05xnym1phg8i14bacip5d0d3v0gc1nn5mgayd5hnda873f969bml"))))
> + (base32 "10zpbbikkcpdzk6c52wkckiyhn7nhnqjv2djdzyjr0n8qxxy4hrn"))))
> (build-system gnu-build-system)
> (inputs
> (list libatomic-ops slib zlib))
Applied!
--
Thanks,
Maxim
[Message part 3 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/scheme.scm (gauche): Update to 0.9.15.
Change-Id: I63da9600fc162c3f9ab02f35c509c7402b7406ca
---
gnu/packages/scheme.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 47754800f9..8bf72deb23 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -1085,7 +1085,7 @@ (define-public femtolisp
(define-public gauche
(package
(name "gauche")
- (version "0.9.12")
+ (version "0.9.15")
(home-page "https://practical-scheme.net/gauche/index.html")
(source
(origin
@@ -1095,7 +1095,7 @@ (define-public gauche
(string-replace-substring version "." "_")
"/Gauche-" version ".tgz"))
(sha256
- (base32 "05xnym1phg8i14bacip5d0d3v0gc1nn5mgayd5hnda873f969bml"))))
+ (base32 "10zpbbikkcpdzk6c52wkckiyhn7nhnqjv2djdzyjr0n8qxxy4hrn"))))
(build-system gnu-build-system)
(inputs
(list libatomic-ops slib zlib))
base-commit: bf1e063be350c611022c1430f3a7f1f42005de7f
--
2.45.2
This bug report was last modified 1 year and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.