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:
parent
60bc8952ce
commit
37b23e447d
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue