me
/
guix
Archived
1
0
Fork 0

gnu: ruby-i18n: Update to 1.13.0.

* gnu/packages/ruby.scm (ruby-i18n): Update to 1.13.0.
master
Yovan Naumovski via Guix-patches via 2023-05-11 23:15:37 +03:00 committed by Christopher Baines
parent 83444f2940
commit ab34f9af29
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -490,13 +490,13 @@ hosts by wrapping the @file{rsync} binary.")
(define-public ruby-i18n
(package
(name "ruby-i18n")
(version "1.7.0")
(version "1.13.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "i18n" version))
(sha256
(base32
"0hmypvx9iyc0b4hski7aic2xzm09cg1c7q1qlpnk3k8s5acxzyhl"))))
"1yk33slipi3i1kydzrrchbi7cgisaxym6pgwlzx7ir8vjk6wl90x"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; no tests