mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
3059e12047
commit
c3beb7ced7
1 changed files with 2 additions and 2 deletions
|
@ -2495,7 +2495,7 @@ (define-public ruby-connection-pool
|
|||
(define-public ruby-fast-gettext
|
||||
(package
|
||||
(name "ruby-fast-gettext")
|
||||
(version "2.0.2")
|
||||
(version "2.0.3")
|
||||
(home-page "https://github.com/grosser/fast_gettext")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -2504,7 +2504,7 @@ (define-public ruby-fast-gettext
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rd48fp89k1sclgn2v26br2glwl3iv7z72mizzzmkdmqalqfn1sa"))))
|
||||
"1dg14apq5sfjshhcq0idphhs7aq9ikzswhqmn689p1h76mxqr1v6"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:test-target "spec"
|
||||
|
|
Loading…
Reference in a new issue