gnu: ruby-actioncable: Update to 5.2.2.1.

* gnu/packages/rails.scm (ruby-actioncable): Update to 5.2.2.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-21 03:47:41 +01:00
parent 24c704af8c
commit 2a737e80ce
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -258,14 +258,14 @@ applications. These work with any Rack-compatible server.")
(define-public ruby-actioncable (define-public ruby-actioncable
(package (package
(name "ruby-actioncable") (name "ruby-actioncable")
(version "5.2.2") (version "5.2.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "actioncable" version)) (uri (rubygems-uri "actioncable" version))
(sha256 (sha256
(base32 (base32
"0826k5ch0l03f9yrkxy69aiv039z4qi00lnahw2rzywd2iz6r68x")))) "1x5fxhsr2mxq5r6258s48xsn7ld081d3qaavppvj7yp7w9vqn871"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(;; No included tests '(;; No included tests