guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: tree-sitter-python: Update to 0.20.4.


From: guix-commits
Subject: 06/10: gnu: tree-sitter-python: Update to 0.20.4.
Date: Fri, 20 Oct 2023 04:51:50 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 84ad58567a85ddd0b817f7616a4e2bfbc60c4396
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Oct 19 23:44:32 2023 +0800

    gnu: tree-sitter-python: Update to 0.20.4.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-python): Update to 0.20.4.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 gnu/packages/tree-sitter.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 819414ec8c..44cb13bbc8 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -503,14 +503,10 @@ which will be used as a snippet in origin."
      #:commit commit)))
 
 (define-public tree-sitter-python
-  ;; There are a lot of additions, the last tag was placed a while ago
-  (let ((commit "9e53981ec31b789ee26162ea335de71f02186003")
-        (revision "0"))
     (tree-sitter-grammar
      "python" "Python"
-     "1lv3pgb7h2a0f121897r0lwc228rjwb77y3a6g3ghifx1rgbwvqg"
-     (git-version "0.20.0" revision commit)
-     #:commit commit)))
+     "1sxz3npk3mq86abcnghfjs38nzahx7nrn3wdh8f8940hy71d0pvi"
+     "0.20.4"))
 
 (define-public tree-sitter-r
   ;; No tags



reply via email to

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