mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b49c6541da
commit
2707841ff3
1 changed files with 2 additions and 3 deletions
|
@ -8734,7 +8734,7 @@ applications.")
|
||||||
(define-public rust-ppv-lite86-0.2
|
(define-public rust-ppv-lite86-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-ppv-lite86")
|
(name "rust-ppv-lite86")
|
||||||
(version "0.2.5")
|
(version "0.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8742,13 +8742,12 @@ applications.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06snnv338w341nicfqba2jgln5dsla72ndkgrw7h1dfdb3vgkjz3"))))
|
"06zs492wbms7j5qhy58cs3976c7kyc47rx0d6fn63rgvp580njbl"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/cryptocorrosion/cryptocorrosion")
|
(home-page "https://github.com/cryptocorrosion/cryptocorrosion")
|
||||||
(synopsis "Implementation of the crypto-simd API for x86")
|
(synopsis "Implementation of the crypto-simd API for x86")
|
||||||
(description "This crate provides an implementation of the crypto-simd API
|
(description "This crate provides an implementation of the crypto-simd API
|
||||||
for x86.")
|
for x86.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue