mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ruby-i18n: Update to 1.7.0.
* gnu/packages/ruby.scm (ruby-i18n): Update to 1.7.0. [home-page]: Update to new location.
This commit is contained in:
parent
9de12df788
commit
92dddf6ba1
1 changed files with 3 additions and 3 deletions
|
@ -372,13 +372,13 @@ (define-public ruby-rsync
|
||||||
(define-public ruby-i18n
|
(define-public ruby-i18n
|
||||||
(package
|
(package
|
||||||
(name "ruby-i18n")
|
(name "ruby-i18n")
|
||||||
(version "1.1.0")
|
(version "1.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "i18n" version))
|
(uri (rubygems-uri "i18n" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ppvmla21hssvrfm8g1n2fnb4lxn4yhy9qmmba0imanflgldrjmr"))))
|
"0hmypvx9iyc0b4hski7aic2xzm09cg1c7q1qlpnk3k8s5acxzyhl"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
|
@ -390,7 +390,7 @@ (define-public ruby-i18n
|
||||||
transliteration to ASCII, flexible defaults, bulk lookup, lambdas as
|
transliteration to ASCII, flexible defaults, bulk lookup, lambdas as
|
||||||
translation data, custom key/scope separator, custom exception handlers, and
|
translation data, custom key/scope separator, custom exception handlers, and
|
||||||
an extensible architecture with a swappable backend.")
|
an extensible architecture with a swappable backend.")
|
||||||
(home-page "https://github.com/svenfuchs/i18n")
|
(home-page "https://github.com/ruby-i18n/i18n")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-iruby
|
(define-public ruby-iruby
|
||||||
|
|
Loading…
Reference in a new issue