[PATCH] gnu: guile-g-golf: Update to 0.8.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • pelzflorian (Florian Pelz)
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote on 10 Mar 23:01 -0700
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
5718e0c47be05476b9443896fa62a4ceb51b22aa.1741672874.git.atai@atai.org
* gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.1.

Change-Id: If4503e69bd7f58ec01b83b7332191184f4c5bd52
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index cc74591604c..7897151ab8b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2568,7 +2568,7 @@ (define-public guile-sly
(define-public guile-g-golf
(package
(name "guile-g-golf")
- (version "0.8.0")
+ (version "0.8.1")
(source
(origin
(method git-fetch)
@@ -2577,7 +2577,7 @@ (define-public guile-g-golf
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "14b6pjchra0axqifpm90m7jbxla2sarhd7bfhzqbn7d14b74sv2d"))))
+ (base32 "044iidjd24cjncvx510ai46is9jxni72iz8pxyi34g4p7gbbcbi7"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: f70ad6267bf2bbafbf5eb0a1d04e2d624af796c5
--
2.48.1
P
P
pelzflorian (Florian Pelz) wrote on 12 Mar 03:29 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 76931@debbugs.gnu.org)
87plimwnhg.fsf@pelzflorian.de
Andy Tai <atai@atai.org> writes:
Toggle quote (2 lines)
> * gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.1.

I’m going to push this new G-Golf later today.

It brings libadwaita@1.7.0 features, which Guix does not have yet, not
even the gnome-team branch. But it also fixes a typo in an exported
procedure name in (g-golf support color).

My plan is:

* Fix build of g-golf-adw-1-examples similar to
7e7ad582e47111b1524edd48372e51ad1294d683. The current build failure

* Apply your gnu: guile-g-golf: Update to 0.8.1.

* Define a g-golf-source procedure like in
%emacs-company-box-upstream-source.
Have guile-g-golf use it to get 0.8.1.
Have g-golf-adw-1-examples use it to get 0.8.0, so it remains usable.

Regards,
Florian
P
P
pelzflorian (Florian Pelz) wrote on 13 Mar 05:07 -0700
(name . Andy Tai)(address . atai@atai.org)(address . 76931-done@debbugs.gnu.org)
87jz8tcewe.fsf@pelzflorian.de
Pushed as 67b17c1811ef6c1c7faf0cbde3aa7855326f719c.

Regards,
Florian
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76931@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76931
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch