gnu: rust-ppv-lite86-0.2: Upgrade to 0.2.6.

* gnu/packages/crates-io.scm (rust-ppv-lite86-0.2): Update to 0.2.6.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-11 17:34:34 +02:00
parent b49c6541da
commit 2707841ff3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8734,7 +8734,7 @@ (define-public rust-pocket-resources-0.3
(define-public rust-ppv-lite86-0.2
(package
(name "rust-ppv-lite86")
(version "0.2.5")
(version "0.2.6")
(source
(origin
(method url-fetch)
@ -8742,13 +8742,12 @@ (define-public rust-ppv-lite86-0.2
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"06snnv338w341nicfqba2jgln5dsla72ndkgrw7h1dfdb3vgkjz3"))))
"06zs492wbms7j5qhy58cs3976c7kyc47rx0d6fn63rgvp580njbl"))))
(build-system cargo-build-system)
(home-page "https://github.com/cryptocorrosion/cryptocorrosion")
(synopsis "Implementation of the crypto-simd API for x86")
(description "This crate provides an implementation of the crypto-simd API
for x86.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))