[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: python-levenshtein: Update to 0.12.2.
From: |
guix-commits |
Subject: |
04/06: gnu: python-levenshtein: Update to 0.12.2. |
Date: |
Thu, 21 Oct 2021 09:41:50 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 579f31396dd8066c013cb3b6463e85dba5e84c52
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 21 13:33:01 2021 +0000
gnu: python-levenshtein: Update to 0.12.2.
* gnu/packages/python-xyz.scm (python-levenshtein): Update to 0.12.2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c335dea..18f88fc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18358,14 +18358,14 @@ perform the operations required for synchronizing
plain text.")
(define-public python-levenshtein
(package
(name "python-levenshtein")
- (version "0.12.0")
+ (version "0.12.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-Levenshtein" version))
(sha256
(base32
- "1c9ybqcja31nghfcc8xxbbz9h60s9qi12b9hr4jyl69xbvg12fh3"))))
+ "1xj60gymwx1jl2ra9razx2wk8nb9cv1i7l8d14qsp8a8s7xra8yw"))))
(build-system python-build-system)
(home-page "https://github.com/ztane/python-Levenshtein")
(synopsis "Fast computation of Levenshtein distance and string similarity")
- branch master updated (ac327cc -> 42c9b75), guix-commits, 2021/10/21
- 02/06: gnu: Add python-bwapy., guix-commits, 2021/10/21
- 03/06: gnu: instrain: Update to 1.5.4., guix-commits, 2021/10/21
- 01/06: gnu: Add python-pyspoa., guix-commits, 2021/10/21
- 05/06: gnu: python-biopython: Update to 1.76., guix-commits, 2021/10/21
- 06/06: gnu: Add ciri-long., guix-commits, 2021/10/21
- 04/06: gnu: python-levenshtein: Update to 0.12.2.,
guix-commits <=