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
* 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
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.