GNU bug report logs -
#75158
[PATCH] gnu: guile-g-golf: Update to 0.8.0-rc9.
Previous Next
Reported by: Dariqq <dariqq <at> posteo.net>
Date: Sat, 28 Dec 2024 09:19:02 UTC
Severity: normal
Tags: patch
Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 29 Dec 2024 18:36:11 +0100
with message-id <87ttampf1w.fsf <at> pelzflorian.de>
and subject line Re: [bug#75158] [PATCH] gnu: guile-g-golf: Update to 0.8.0-rc9.
has caused the debbugs.gnu.org bug report #75158,
regarding [PATCH] gnu: guile-g-golf: Update to 0.8.0-rc9.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75158: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75158
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.0-rc9.
Change-Id: I9c9a4123767fc5f9d6e3279aca346fad66bd590d
---
Hello,
The g-golf package is quite out of date.
The new version satisfies version>=? (might become a problem once 0.8.0 releases)
Testing: build guile-g-golf and guile-2.2-g-golf with --no-grafts --check
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 06667c095b..3f5bdfa261 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2520,7 +2520,7 @@ (define-public guile-sly
(define-public guile-g-golf
(package
(name "guile-g-golf")
- (version "0.8.0-a.1")
+ (version "0.8.0-rc9")
(source
(origin
(method git-fetch)
@@ -2529,7 +2529,7 @@ (define-public guile-g-golf
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lszlssa6k8dhhya5px271gfzas7fyy1iwjqmlxibz5vdirzi565"))))
+ (base32 "1x340xr2ki1y3w1cg37fhjsfw27268vlsyc8hby9lmv13l349l8b"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 3a8c20408f0078a580d27f74bc69b5a1069a003b
--
2.47.1
[Message part 3 (message/rfc822, inline)]
Compared and pushed as 1ac17c4baca6c4236341973a403fb2e87a5d9374, thank you!
> The new version satisfies version>=? (might become a problem once 0.8.0 releases)
We cannot avoid that, old version 0.8.0-a.1 is already larger than
0.8.0.
Regards,
Florian
This bug report was last modified 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.