This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ce9e64d88 gnu: guile-g-golf: Update to 0.8.3.
2ce9e64d88 is described below

commit 2ce9e64d88a9705346e96933770d2db0db94f879
Author: Florian Pelz <[email protected]>
AuthorDate: Sun Feb 8 14:49:49 2026 +0100

    gnu: guile-g-golf: Update to 0.8.3.
    
    * gnu/packages/guile-xyz.scm (guile-g-golf): Update.
    [description]: Remove paragraph on grafts bug; it no longer applies.
    
    Change-Id: I6dcd550e363f3f893227f8d93306fc1e82ba5f46
---
 gnu/packages/guile-xyz.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 384da5cb59..dc84d18d9d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -53,7 +53,7 @@
 ;;; Copyright © 2024 Alec Barreto <[email protected]>
 ;;; Copyright © 2024 Josep Bigorra <[email protected]>
 ;;; Copyright © 2024 Ashish SHUKLA <[email protected]>
-;;; Copyright © 2025 Florian Pelz <[email protected]>
+;;; Copyright © 2025, 2026 Florian Pelz <[email protected]>
 ;;; Copyright © 2025 Libre en Communs <[email protected]>
 ;;; Copyright © 2025 Noé Lopez <[email protected]>
 ;;; Copyright © 2025 Giacomo Leidi <[email protected]>
@@ -3023,12 +3023,12 @@ users and in some situations.")
 (define-public guile-g-golf
   (package
     (name "guile-g-golf")
-    (version "0.8.2")
+    (version "0.8.3")
     (source
      (g-golf-source #:version version
                     #:hash
                     (content-hash
-                     "10qxhbfdysh4mhw6rxr40lfq24m4smk37cpr4wvjf008s6w7f4nz")))
+                     "1cbvb42dy94612m8040y3km9941jhi17mf78yc4pavlala8x6937")))
     (build-system gnu-build-system)
     (arguments
      (list
@@ -3098,12 +3098,7 @@ users and in some situations.")
 modern applications in Guile Scheme.  It comprises a direct binding to the
 GObject Introspection API and higher-level functionality for importing Gnome
 libraries and making GObject classes (and methods) available in Guile's
-object-oriented programming system, GOOPS.
-
-Note: Currently, when developing with G-Golf in @command{guix shell}, there is
-a @uref{https://bugs.gnu.org/75157, grafts bug in Guix}.  To avoid it, use
-Guix' @code{--no-grafts} option.  Guix packages that use @code{wrap-program}
-are unaffected.")
+object-oriented programming system, GOOPS.")
     (license license:lgpl3+)))
 
 (define-public g-golf

Reply via email to