gnu: ruby-activesupport: Update to 5.1.3.
* gnu/packages/ruby.scm (ruby-activesupport): Update to 5.1.3.
This commit is contained in:
parent
b998781d24
commit
cc36165efa
|
@ -2565,14 +2565,14 @@ you about the changes.")
|
||||||
(define-public ruby-activesupport
|
(define-public ruby-activesupport
|
||||||
(package
|
(package
|
||||||
(name "ruby-activesupport")
|
(name "ruby-activesupport")
|
||||||
(version "5.0.0")
|
(version "5.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "activesupport" version))
|
(uri (rubygems-uri "activesupport" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k7zhnz0aw1ym8phs10r85f91ja45vsd058fm9v0h2k0igw12cpf"))))
|
"16r18n6b1nlky0xx2lw8c1f15gr2vm34xz5g4byjcxf88m1s07xh"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue