summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2019-12-06 20:07:13 +0100
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2019-12-06 20:09:15 +0100
commit92dddf6ba1959703cf88255084a0c1ccbcdf6a38 (patch)
treeb8e88707cc96b59b21a75eaa15e7ddef2587e9de /gnu/packages/ruby.scm
parent9de12df7883ed5018d3a22548e34a60881933396 (diff)
downloadguix-patches-92dddf6ba1959703cf88255084a0c1ccbcdf6a38.tar
guix-patches-92dddf6ba1959703cf88255084a0c1ccbcdf6a38.tar.gz
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.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index eac2fac4f4..3fff9771a3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -372,13 +372,13 @@ hosts by wrapping the @file{rsync} binary.")
(define-public ruby-i18n
(package
(name "ruby-i18n")
- (version "1.1.0")
+ (version "1.7.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "i18n" version))
(sha256
(base32
- "0ppvmla21hssvrfm8g1n2fnb4lxn4yhy9qmmba0imanflgldrjmr"))))
+ "0hmypvx9iyc0b4hski7aic2xzm09cg1c7q1qlpnk3k8s5acxzyhl"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; no tests
@@ -390,7 +390,7 @@ interpolation of values to translations, pluralization, customizable
transliteration to ASCII, flexible defaults, bulk lookup, lambdas as
translation data, custom key/scope separator, custom exception handlers, and
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)))
(define-public ruby-iruby