mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: ruby-lino: Update to 3.1.0.
* gnu/packages/ruby.scm (ruby-lino): Update to 3.1.0.
This commit is contained in:
parent
ab34f9af29
commit
79bbf07ecc
1 changed files with 2 additions and 2 deletions
|
@ -3112,14 +3112,14 @@ (define-public ruby-libxml
|
|||
(define-public ruby-lino
|
||||
(package
|
||||
(name "ruby-lino")
|
||||
(version "1.1.0")
|
||||
(version "3.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "lino" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11d29g0fk372b9fcpyr0k6hxm2b4j4igpysmi542hgbbgqgp9cd3"))))
|
||||
"1zq9dza040fgjvr9imh7z2lgxrcyc5ac100rqimsnsf9bpfz3fsm"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; No included tests
|
||||
|
|
Loading…
Reference in a new issue