me
/
guix
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.
master
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
1 changed files with 3 additions and 5 deletions

View File

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