gnu: ruby-activemodel: Update to 5.2.2.1.
* gnu/packages/rails.scm (ruby-activemodel): Update to 5.2.2.1.
This commit is contained in:
parent
04ef07fecb
commit
22468de494
1 changed files with 2 additions and 2 deletions
|
@ -98,14 +98,14 @@ API.")
|
||||||
(define-public ruby-activemodel
|
(define-public ruby-activemodel
|
||||||
(package
|
(package
|
||||||
(name "ruby-activemodel")
|
(name "ruby-activemodel")
|
||||||
(version "5.2.2")
|
(version "5.2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "activemodel" version))
|
(uri (rubygems-uri "activemodel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xmwi3mw8g4shbjvkhk72ra3r5jccbdsd4piphqka2y1h8s7sxvi"))))
|
"1idmvqvpgri34k31s44pjb88rc3jad3yxra7fd1kpidpnv5f3v65"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; No included tests
|
'(;; No included tests
|
||||||
|
|
Reference in a new issue