[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: ruby-jaro-winkler: Update to 1.5.4.
From: |
guix-commits |
Subject: |
08/10: gnu: ruby-jaro-winkler: Update to 1.5.4. |
Date: |
Sat, 23 Nov 2019 19:25:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 37b23e447d12da506d80966edb2c3d5736378cfb
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Nov 23 23:12:00 2019 +0100
gnu: ruby-jaro-winkler: Update to 1.5.4.
* gnu/packages/ruby.scm (ruby-jaro-winkler): Update to 1.5.4.
---
gnu/packages/ruby.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 4dd11ce..76f2202 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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
- branch master updated (fed3632 -> 68c4747), guix-commits, 2019/11/23
- 01/10: gnu: ruby-useragent: Update to 0.16.10., guix-commits, 2019/11/23
- 02/10: gnu: ruby-websocket-driver: Update to 0.7.1., guix-commits, 2019/11/23
- 03/10: gnu: ruby-progressbar: Update to 1.10.1., guix-commits, 2019/11/23
- 04/10: gnu: ruby-simplecov: Update to 0.17.1., guix-commits, 2019/11/23
- 05/10: gnu: ruby-oauth2: Update to 1.4.2., guix-commits, 2019/11/23
- 07/10: gnu: ruby-mimemagic: Update to 0.3.3., guix-commits, 2019/11/23
- 09/10: gnu: vte: Don't use NAME in source URI., guix-commits, 2019/11/23
- 10/10: gnu: vte: Update to 0.58.3., guix-commits, 2019/11/23
- 06/10: gnu: ruby-notiffany: Update to 0.1.3., guix-commits, 2019/11/23
- 08/10: gnu: ruby-jaro-winkler: Update to 1.5.4.,
guix-commits <=