guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

39/41: gnu: rust-strsim-0.9: Upgrade to 0.9.3.


From: guix-commits
Subject: 39/41: gnu: rust-strsim-0.9: Upgrade to 0.9.3.
Date: Tue, 11 Feb 2020 13:24:54 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 113afb4990bd6588f1587828dbd97c52496f568d
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 11 18:30:46 2020 +0200

    gnu: rust-strsim-0.9: Upgrade to 0.9.3.
    
    * gnu/packages/crates-io.scm (rust-strsim-0.9): Update to 0.9.3.
    [properties]: Remove field.
    (rust-strsim-0.8)[properties]: Same.
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d4cd563..3ed6e57 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12057,7 +12057,7 @@ developed as part of the Servo project.")
 (define-public rust-strsim-0.9
   (package
     (name "rust-strsim")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
       (origin
         (method url-fetch)
@@ -12065,14 +12065,13 @@ developed as part of the Servo project.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1xphwhf86yxxmcpvm4mikj8ls41f6nf7gqyjm98b74mfk81h6b03"))))
+          "0k497pv882qn3q977ckznm13vxx927g8s1swvcv68j3c1pccwik4"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/dguo/strsim-rs";)
     (synopsis "Rust implementations of string similarity metrics")
     (description "This crate includes implementations of string similarity
 metrics.  It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro,
 and Jaro-Winkler.")
-    (properties '((hidden? . #t)))
     (license license:expat)))
 
 (define-public rust-strsim-0.8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]