gnu: ruby-activesupport: Update to 5.1.4.

* gnu/packages/ruby.scm (ruby-activesupport): Update to 5.1.4.
This commit is contained in:
Ben Woodcroft 2017-09-11 21:43:20 +10:00
parent 6bda496286
commit d8661f52b1
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6

View File

@ -2570,14 +2570,14 @@ you about the changes.")
(define-public ruby-activesupport
(package
(name "ruby-activesupport")
(version "5.1.3")
(version "5.1.4")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "activesupport" version))
(sha256
(base32
"16r18n6b1nlky0xx2lw8c1f15gr2vm34xz5g4byjcxf88m1s07xh"))))
"0sgf4rsfr7jcaqsx0wwzx4l4k9xsjlwv0mzl08pxiyp1qzyx8scr"))))
(build-system ruby-build-system)
(arguments
`(#:phases