mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
128bfb317e
commit
35fc4ce26a
1 changed files with 2 additions and 2 deletions
|
@ -14216,7 +14216,7 @@ spawned processes. It is designed after Python's @code{subprocess} module.")
|
||||||
(define-public ruby-syntax-tree
|
(define-public ruby-syntax-tree
|
||||||
(package
|
(package
|
||||||
(name "ruby-syntax-tree")
|
(name "ruby-syntax-tree")
|
||||||
(version "6.1.1")
|
(version "6.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
(uri (git-reference
|
(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))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0356lgvqp22nkqlrgszf7myfdg4arclg278awh34zyby1cx6hb2k"))))
|
"0sbcpybh2m7vqiq4nd6b15iaha6q58210lq8wkdka8934gfizvdk"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue