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:
parent
24c704af8c
commit
2a737e80ce
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue