all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66943] [PATCH] gnu: guile-ts: Update to 0.2.0.
@ 2023-11-05  8:10 Zheng Junjie
  2023-11-23 10:36 ` bug#66943: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2023-11-05  8:10 UTC (permalink / raw)
  To: 66943

* gnu/packages/guile-xyz.scm (guile-ts): Update to 0.2.0.

Change-Id: Ifd0f3ac5fc069ac2e300dd2f4b44df49a4298e83
---
 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 8f4ada7800..4330b01b4c 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4593,7 +4593,7 @@ (define-public guile-torrent
 (define-public guile-ts
   (package
     (name "guile-ts")
-    (version "0.1.0")
+    (version "0.2.0")
     (source (origin (method git-fetch)
                     (uri (git-reference
                           (url
@@ -4602,7 +4602,7 @@ (define-public guile-ts
                     (file-name (git-file-name name version))
                     (sha256
                      (base32
-                      "0xmq2d3mv921m0g1hqw6bjzh4m622g2c7pal11ks7vjn0m8d4bxj"))))
+                      "1iqbr9rcpmq2f1zxxvl36ajwm81rkp38rrp42ixr4q59154r5513"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags #~(list "GUILE_AUTO_COMPILE=0")

base-commit: 482685697719386ca3505e8beca2398f93aff08f
-- 
2.41.0





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

* bug#66943: [PATCH] gnu: guile-ts: Update to 0.2.0.
  2023-11-05  8:10 [bug#66943] [PATCH] gnu: guile-ts: Update to 0.2.0 Zheng Junjie
@ 2023-11-23 10:36 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-11-23 10:36 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 66943-done

Hello,

Zheng Junjie <zhengjunjie@iscas.ac.cn> skribis:

> * gnu/packages/guile-xyz.scm (guile-ts): Update to 0.2.0.
>
> Change-Id: Ifd0f3ac5fc069ac2e300dd2f4b44df49a4298e83

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2023-11-23 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-05  8:10 [bug#66943] [PATCH] gnu: guile-ts: Update to 0.2.0 Zheng Junjie
2023-11-23 10:36 ` bug#66943: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.