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