diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 09:19:50 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:55 +0200 |
| commit | 635e79acf7561980e1f428215e253590fe0a7779 (patch) | |
| tree | 64cebce593a4cce02311d6f43b636b316dd4a0d7 /gnu/packages/ruby.scm | |
| parent | f9690c2b8c5f989394640247b1aa303272a6d3fc (diff) | |
gnu: ruby-treetop: Update to 1.6.12.
* gnu/packages/ruby.scm (ruby-treetop): Update to 1.6.12.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 18569c506c7..d26680635af 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -1962,7 +1962,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 @@ -1972,7 +1972,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")) |
