sharlatan pushed a commit to branch ruby-team
in repository guix.
commit 4f698f50a42517b34a4859357476da7b03ae6026
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 31 09:19:50 2025 +0100
gnu: ruby-treetop: Update to 1.6.12.
* gnu/packages/ruby.scm (ruby-treetop): Update to 1.6.12.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 0a7d31f812..3e1712dde2 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1942,7 +1942,7 @@ loader for the file type associated with a filename
extension, and it augments
(define-public ruby-treetop
(package
(name "ruby-treetop")
- (version "1.6.10")
+ (version "1.6.12")
(source
(origin
(method git-fetch) ;no test suite in distributed gem
@@ -1952,7 +1952,7 @@ loader for the file type associated with a filename
extension, and it augments
(file-name (git-file-name name version))
(sha256
(base32
- "1dmk94z6ivhrz5hsq68vl5vgydhkz89n394rha1ymddw3rymbfcv"))))
+ "0cgs6f9z0a9dq5fc03710zsch4gmh1771wq36mq81qsql4x9vksf"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "spec"))