mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 11:00:36 +02:00
gnu: rust-rustls-pki-types-1: Update to 1.10.1.
* gnu/packages/crates-tls.scm (rust-rustls-pki-types-1): Update to 1.10.1. Change-Id: I99d31e48deee1c4448e628074a1310a3669be392
This commit is contained in:
parent
cd165cea0f
commit
2dcb81e008
1 changed files with 3 additions and 4 deletions
|
@ -1896,14 +1896,14 @@ PEM-encodings commonly used to store keys and certificates at rest.")
|
||||||
(define-public rust-rustls-pki-types-1
|
(define-public rust-rustls-pki-types-1
|
||||||
(package
|
(package
|
||||||
(name "rust-rustls-pki-types")
|
(name "rust-rustls-pki-types")
|
||||||
(version "1.10.0")
|
(version "1.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rustls-pki-types" version))
|
(uri (crate-uri "rustls-pki-types" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jv78c32pgf1i0bn7rzf4xdr9qh5wsvigp6akc1yhzls7hdj1w8n"))
|
(base32 "0dqb3d0cbld1yrp084wyzgw6yk3qzzic8l5pbs1b6bcjzzk4ggyj"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin (use-modules (guix build utils))
|
#~(begin (use-modules (guix build utils))
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
|
@ -1911,8 +1911,7 @@ PEM-encodings commonly used to store keys and certificates at rest.")
|
||||||
(string-append "\"^" version)))))))
|
(string-append "\"^" version)))))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs (("rust-web-time" ,rust-web-time-1))
|
||||||
(("rust-web-time" ,rust-web-time-1))
|
|
||||||
#:cargo-development-inputs (("rust-crabgrind" ,rust-crabgrind-0.1))))
|
#:cargo-development-inputs (("rust-crabgrind" ,rust-crabgrind-0.1))))
|
||||||
(native-inputs (list valgrind))
|
(native-inputs (list valgrind))
|
||||||
(home-page "https://github.com/rustls/pki-types")
|
(home-page "https://github.com/rustls/pki-types")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue