gnu: ruby-web-console: Update to 4.1.0.

* gnu/packages/rails.scm (ruby-web-console): Update to 4.1.0.
This commit is contained in:
Efraim Flashner 2021-02-23 15:25:14 +02:00
parent ebd8e447e9
commit fa0a244138
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -527,7 +527,7 @@ (define-public ruby-sprockets-rails
(define-public ruby-web-console
(package
(name "ruby-web-console")
(version "3.7.0")
(version "4.1.0")
(source
(origin
;; Download from GitHub as test files are not provided in the gem.
@ -538,7 +538,7 @@ (define-public ruby-web-console
(file-name (git-file-name name version))
(sha256
(base32
"0ir999p8cnm3l3zwbgpwxxcq1vwkj8d0d3r24362cyaf4v1rglq2"))))
"0azk8nmimnjbh74vxgwcj9jr588rj7kb5rrlclcjfjsw9jqjzckc"))))
(build-system ruby-build-system)
(arguments
'(#:phases