unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75158] [PATCH] gnu: guile-g-golf: Update to 0.8.0-rc9.
@ 2024-12-28  9:15 Dariqq
  2024-12-28 10:27 ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 2+ messages in thread
From: Dariqq @ 2024-12-28  9:15 UTC (permalink / raw)
  To: 75158; +Cc: Dariqq

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#75158] [PATCH] gnu: guile-g-golf: Update to 0.8.0-rc9.
  2024-12-28  9:15 [bug#75158] [PATCH] gnu: guile-g-golf: Update to 0.8.0-rc9 Dariqq
@ 2024-12-28 10:27 ` pelzflorian (Florian Pelz)
  0 siblings, 0 replies; 2+ messages in thread
From: pelzflorian (Florian Pelz) @ 2024-12-28 10:27 UTC (permalink / raw)
  To: Dariqq; +Cc: 75158

Thank you for preparing an update.

Dariqq <dariqq@posteo.net> writes:
> 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

GTK introspecting examples started needing --no-grafts again only since
shortly after this early December’s rust-team merge.

But it is unrelated to your patch.

Will take a closer look at your patch later today.

Regards,
Florian




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-28 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-28  9:15 [bug#75158] [PATCH] gnu: guile-g-golf: Update to 0.8.0-rc9 Dariqq
2024-12-28 10:27 ` pelzflorian (Florian Pelz)

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).