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:
Efraim Flashner 2024-12-23 10:48:42 +02:00
parent cd165cea0f
commit 2dcb81e008
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1896,14 +1896,14 @@ (define-public rust-rustls-pemfile-0.2
(define-public rust-rustls-pki-types-1
(package
(name "rust-rustls-pki-types")
(version "1.10.0")
(version "1.10.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustls-pki-types" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0jv78c32pgf1i0bn7rzf4xdr9qh5wsvigp6akc1yhzls7hdj1w8n"))
(base32 "0dqb3d0cbld1yrp084wyzgw6yk3qzzic8l5pbs1b6bcjzzk4ggyj"))
(snippet
#~(begin (use-modules (guix build utils))
(substitute* "Cargo.toml"
@ -1911,8 +1911,7 @@ (define-public rust-rustls-pki-types-1
(string-append "\"^" version)))))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-web-time" ,rust-web-time-1))
`(#:cargo-inputs (("rust-web-time" ,rust-web-time-1))
#:cargo-development-inputs (("rust-crabgrind" ,rust-crabgrind-0.1))))
(native-inputs (list valgrind))
(home-page "https://github.com/rustls/pki-types")