mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ruby-fivemat: Update to 1.3.7.
* gnu/packages/ruby.scm (ruby-fivemat): Update to 1.3.7.
This commit is contained in:
parent
bcf1fe5bbc
commit
c664ebcc31
1 changed files with 2 additions and 2 deletions
|
@ -5915,14 +5915,14 @@ (define-public ruby-mime-types
|
|||
(define-public ruby-fivemat
|
||||
(package
|
||||
(name "ruby-fivemat")
|
||||
(version "1.3.6")
|
||||
(version "1.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "fivemat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"006n7b09vviv5bs5hv2ccmjxw9iw3brcsm3xh3dhzfncsknz4jp7"))))
|
||||
"0pzlycasvwmg4bbx7plllpqnhd9zlmmff8l2w3yii86nrm2nvf9n"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests
|
||||
|
|
Loading…
Reference in a new issue