gnu: ruby-fast-gettext: Update to 2.0.3.

* gnu/packages/ruby.scm (ruby-fast-gettext): Update to 2.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-29 08:20:34 +02:00
parent 3059e12047
commit c3beb7ced7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2495,7 +2495,7 @@ (define-public ruby-connection-pool
(define-public ruby-fast-gettext (define-public ruby-fast-gettext
(package (package
(name "ruby-fast-gettext") (name "ruby-fast-gettext")
(version "2.0.2") (version "2.0.3")
(home-page "https://github.com/grosser/fast_gettext") (home-page "https://github.com/grosser/fast_gettext")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -2504,7 +2504,7 @@ (define-public ruby-fast-gettext
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1rd48fp89k1sclgn2v26br2glwl3iv7z72mizzzmkdmqalqfn1sa")))) "1dg14apq5sfjshhcq0idphhs7aq9ikzswhqmn689p1h76mxqr1v6"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(#:test-target "spec" '(#:test-target "spec"