guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: guile-ts: Update to 0.2.0.


From: guix-commits
Subject: 13/15: gnu: guile-ts: Update to 0.2.0.
Date: Thu, 23 Nov 2023 06:58:16 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4acbdd40f8c5597558f0330ab14b7d40749b8d65
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Nov 5 16:10:23 2023 +0800

    gnu: guile-ts: Update to 0.2.0.
    
    * gnu/packages/guile-xyz.scm (guile-ts): Update to 0.2.0.
    
    Change-Id: Ifd0f3ac5fc069ac2e300dd2f4b44df49a4298e83
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 af032db680..7326c1b65b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4593,7 +4593,7 @@ according to Bitorrent BEP003.")
 (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 @@ according to Bitorrent BEP003.")
                     (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]