mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-oedipus-lex: Update to 2.6.1.
* gnu/packages/ruby.scm (ruby-oedipus-lex): Update to 2.6.1. [native-inputs]: Add ruby-minitest.
This commit is contained in:
parent
4b04e8a138
commit
c6960691b8
1 changed files with 5 additions and 3 deletions
|
@ -6917,16 +6917,18 @@ development tools to catch coverage problems early.")
|
||||||
(define-public ruby-oedipus-lex
|
(define-public ruby-oedipus-lex
|
||||||
(package
|
(package
|
||||||
(name "ruby-oedipus-lex")
|
(name "ruby-oedipus-lex")
|
||||||
(version "2.6.0")
|
(version "2.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "oedipus_lex" version))
|
(uri (rubygems-uri "oedipus_lex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"094nd7jd3klv45mvprfn2ivcgw8cckq3jhlly77j903vlamfi0df"))))
|
"06l4d3l75vhdcmnavnkzr7bd39rb0njxhkbmwrw6ni64z2hlj7w7"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(native-inputs (list ruby-hoe))
|
(native-inputs
|
||||||
|
(list ruby-hoe
|
||||||
|
ruby-minitest))
|
||||||
(synopsis "Ruby lexer")
|
(synopsis "Ruby lexer")
|
||||||
(description
|
(description
|
||||||
"Oedipus Lex is a lexer generator in the same family as Rexical and Rex.
|
"Oedipus Lex is a lexer generator in the same family as Rexical and Rex.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue