1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: ruby-syntax-tree: Update to 6.2.0.

* gnu/packages/ruby-xyz.scm (ruby-syntax-tree): Update to 6.2.0.
This commit is contained in:
Nicolas Graves 2025-06-18 16:28:10 +02:00 committed by Andreas Enge
parent 128bfb317e
commit 35fc4ce26a
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -14216,7 +14216,7 @@ spawned processes. It is designed after Python's @code{subprocess} module.")
(define-public ruby-syntax-tree
(package
(name "ruby-syntax-tree")
(version "6.1.1")
(version "6.2.0")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@ -14225,7 +14225,7 @@ spawned processes. It is designed after Python's @code{subprocess} module.")
(file-name (git-file-name name version))
(sha256
(base32
"0356lgvqp22nkqlrgszf7myfdg4arclg278awh34zyby1cx6hb2k"))))
"0sbcpybh2m7vqiq4nd6b15iaha6q58210lq8wkdka8934gfizvdk"))))
(build-system ruby-build-system)
(arguments
(list