From 2ce9e64d88a9705346e96933770d2db0db94f879 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sun, 8 Feb 2026 14:49:49 +0100 Subject: [PATCH] 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 ;;; Copyright © 2024 Josep Bigorra ;;; Copyright © 2024 Ashish SHUKLA -;;; Copyright © 2025 Florian Pelz +;;; Copyright © 2025, 2026 Florian Pelz ;;; Copyright © 2025 Libre en Communs ;;; Copyright © 2025 Noé Lopez ;;; Copyright © 2025 Giacomo Leidi @@ -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