gnu: Add rust-strsim-0.8.
* gnu/packages/crates-io.scm (rust-strsim-0.8): New variable.
This commit is contained in:
		
							parent
							
								
									86d452f946
								
							
						
					
					
						commit
						c800a30744
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		| 
						 | 
					@ -3045,6 +3045,20 @@ metrics.  It includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro,
 | 
				
			||||||
and Jaro-Winkler.")
 | 
					and Jaro-Winkler.")
 | 
				
			||||||
    (license license:expat)))
 | 
					    (license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-strsim-0.8
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit rust-strsim)
 | 
				
			||||||
 | 
					    (name "rust-strsim")
 | 
				
			||||||
 | 
					    (version "0.8.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					      (origin
 | 
				
			||||||
 | 
					        (method url-fetch)
 | 
				
			||||||
 | 
					        (uri (crate-uri "strsim" version))
 | 
				
			||||||
 | 
					        (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					        (sha256
 | 
				
			||||||
 | 
					         (base32
 | 
				
			||||||
 | 
					          "0sjsm7hrvjdifz661pjxq5w4hf190hx53fra8dfvamacvff139cf"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-synstructure-test-traits
 | 
					(define-public rust-synstructure-test-traits
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-synstructure-test-traits")
 | 
					    (name "rust-synstructure-test-traits")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue