gnu: rust-rustls-pki-types-1: Update to 1.7.0.

* gnu/packages/crates-tls.scm (rust-rustls-pki-types-1): Update to 1.7.0.

Change-Id: Iea95baaa716e8bf4baaacccb8df009996d9d0d65
This commit is contained in:
Nicolas Goaziou 2024-05-21 20:44:04 +02:00 committed by Efraim Flashner
parent 0766644954
commit fceb8ba71a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3,7 +3,7 @@
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020 Valentin Ignatev <valentignatev@gmail.com> ;;; Copyright © 2020 Valentin Ignatev <valentignatev@gmail.com>
;;; Copyright © 2020, 2023, 2024 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2020, 2023, 2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2020, 2021, 2024 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro> ;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org> ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2022 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2022 Ricardo Wurmus <rekado@elephly.net>
@ -1452,18 +1452,22 @@ (define-public rust-rustls-pemfile-0.2
(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.0.1") (version "1.7.0")
(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 "16rkx6gn5l2zximxy8fx9h2vzks1hfxi5z5cd9y97r0fl853wrz7")))) (base32 "0banlc9xzwqrx8n0h4bd0igmq3z5hc72rn941lf22cp3gkkraqlp"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-web-time" ,rust-web-time-1))))
(home-page "https://github.com/rustls/pki-types") (home-page "https://github.com/rustls/pki-types")
(synopsis "Shared types for the rustls PKI ecosystem") (synopsis "Shared types for the rustls PKI ecosystem")
(description "Shared types for the rustls PKI ecosystem.") (description
"This crate provides shared types for the rustls PKI ecosystem.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-rustls-webpki-0.102 (define-public rust-rustls-webpki-0.102