mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-regexp-parser: Update to 2.6.0.
* gnu/packages/ruby.scm (ruby-regexp-parser): Update to 2.6.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
542c079d65
commit
86547b6e19
1 changed files with 2 additions and 2 deletions
|
@ -9279,7 +9279,7 @@ they match.")
|
|||
(define-public ruby-regexp-parser
|
||||
(package
|
||||
(name "ruby-regexp-parser")
|
||||
(version "2.5.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;bin/test missing from gem
|
||||
|
@ -9289,7 +9289,7 @@ they match.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kj5bpnksagxbxi4y1gw5nam1gm948d0gm6869vsyapiqg6000zz"))))
|
||||
"07dx96gjvpa07dsdnzpwhhwc7qpxakjgws7d7wbnkbs20fyvx55x"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:test-target "default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue