me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-triple-accel-0.3.

* gnu/packages/crates-io.scm (rust-triple-accel-0.3): New variable.
master
Ricardo Wurmus 2021-11-10 12:48:30 +00:00
parent c285cb7ebe
commit 94abd4b740
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 13 additions and 0 deletions

View File

@ -56053,6 +56053,19 @@ SIMD. It supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein,
etc. distance calculations and string search.")
(license license:expat)))
(define-public rust-triple-accel-0.3
(package
(inherit rust-triple-accel-0.4)
(name "rust-triple-accel")
(version "0.3.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "triple_accel" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0v795l496crk3h6yff9zh1cjyrh5s9v23fbgccc4dpz25z70jav2"))))))
(define-public rust-trust-dns-https-0.20
(package
(name "rust-trust-dns-https")