mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ruby-coderay: Update to 1.1.1.
* gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.1.
This commit is contained in:
parent
f1710d8da0
commit
5e0535a7e6
1 changed files with 2 additions and 2 deletions
|
@ -1973,14 +1973,14 @@ (define-public ruby-method-source
|
|||
(define-public ruby-coderay
|
||||
(package
|
||||
(name "ruby-coderay")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "coderay" version))
|
||||
(sha256
|
||||
(base32
|
||||
"059wkzlap2jlkhg460pkwc1ay4v4clsmg1bp4vfzjzkgwdckr52s"))))
|
||||
"1x6z923iwr1hi04k6kz5a6llrixflz8h5sskl9mhaaxy9jx2x93r"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; missing test files
|
||||
|
|
Loading…
Reference in a new issue