gnu: ruby-actionmailer: Update to 5.2.2.1.
* gnu/packages/rails.scm (ruby-actionmailer): Update to 5.2.2.1.
This commit is contained in:
parent
e16dd18981
commit
5be0aedf76
|
@ -335,14 +335,14 @@ allowing files to be attached to ActiveRecord models..")
|
||||||
(define-public ruby-actionmailer
|
(define-public ruby-actionmailer
|
||||||
(package
|
(package
|
||||||
(name "ruby-actionmailer")
|
(name "ruby-actionmailer")
|
||||||
(version "5.2.2")
|
(version "5.2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "actionmailer" version))
|
(uri (rubygems-uri "actionmailer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sfpb8s95cmkpp9ybyp2c88r55r5llscmmnkfwcwgasz9ncjiq5n"))))
|
"10n2v2al68rsq5ghrdp7cpycsc1q0m19fcd8cd5i528n30nl23iw"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; No included tests
|
'(;; No included tests
|
||||||
|
|
Loading…
Reference in New Issue