Archived
1
0
Fork 0

gnu: ruby-jaro-winkler: Update to 1.5.4.

* gnu/packages/ruby.scm (ruby-jaro-winkler): Update to 1.5.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-23 23:12:00 +01:00
parent 60bc8952ce
commit 37b23e447d
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -4403,18 +4403,16 @@ when working with Ruby code.")
(define-public ruby-jaro-winkler (define-public ruby-jaro-winkler
(package (package
(name "ruby-jaro-winkler") (name "ruby-jaro-winkler")
(version "1.5.2") (version "1.5.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "jaro_winkler" version)) (uri (rubygems-uri "jaro_winkler" version))
(sha256 (sha256
(base32 (base32 "1y8l6k34svmdyqxya3iahpwbpvmn3fswhwsvrz0nk1wyb8yfihsh"))))
"1zz27z88qznix4r65gd9h56gl177snlfpgv10b0s69vi8qpl909l"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (arguments
'(;; No included tests '(#:tests? #f)) ; no included tests
#:tests? #f))
(synopsis "Ruby implementation of Jaro-Winkler distance algorithm") (synopsis "Ruby implementation of Jaro-Winkler distance algorithm")
(description (description
"@code{jaro_winkler} is an implementation of Jaro-Winkler distance "@code{jaro_winkler} is an implementation of Jaro-Winkler distance