GNU bug report logs -
#76139
[PATCH] gnu: guile-g-golf: Update to 0.8.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 8 Feb 2025 07:04:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 76139 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.0.
[native-inputa]: Remove clutter.
Change-Id: I625528c7c59c085f1eb6250cae472643501822e0
---
gnu/packages/guile-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 6d12ab9688..060446715e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2524,7 +2524,7 @@ (define-public guile-sly
(define-public guile-g-golf
(package
(name "guile-g-golf")
- (version "0.8.0-rc9")
+ (version "0.8.0")
(source
(origin
(method git-fetch)
@@ -2533,7 +2533,7 @@ (define-public guile-g-golf
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1x340xr2ki1y3w1cg37fhjsfw27268vlsyc8hby9lmv13l349l8b"))))
+ (base32 "14b6pjchra0axqifpm90m7jbxla2sarhd7bfhzqbn7d14b74sv2d"))))
(build-system gnu-build-system)
(arguments
(list
@@ -2593,7 +2593,6 @@ (define-public guile-g-golf
pkg-config
;; required for tests
gtk+
- clutter
xorg-server-for-tests))
(propagated-inputs
(list gobject-introspection))
base-commit: 5674adeb7579bdcfdb7342e6552f4735cd8f2afc
--
2.34.1
This bug report was last modified 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.