gnu: rust-rustls-pemfile-2: Update to 2.2.0.

* gnu/packages/crates-tls.scm (rust-rustls-pemfile-2): Update to 2.2.0.
[cargo-inputs]: Remove rust-base64-0.21.

Change-Id: If14d65fcb725ca9c6eac5ce0f58ea60188690334
This commit is contained in:
Efraim Flashner 2024-12-04 12:41:27 +02:00
parent 35f15c162b
commit 22187a8397
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1759,18 +1759,17 @@ native certificate store.")
(define-public rust-rustls-pemfile-2 (define-public rust-rustls-pemfile-2
(package (package
(name "rust-rustls-pemfile") (name "rust-rustls-pemfile")
(version "2.0.0") (version "2.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "rustls-pemfile" version)) (uri (crate-uri "rustls-pemfile" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1x34xidvzn4br2vl8f8xwmhgbjv4lmlb0ggv5whlnk4yl87rir1m")))) (base32 "0l3f3mrfkgdjrava7ibwzgwc4h3dljw3pdkbsi9rkwz3zvji9qyw"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs (("rust-base64" ,rust-base64-0.21) `(#:cargo-inputs (("rust-rustls-pki-types" ,rust-rustls-pki-types-1))
("rust-rustls-pki-types" ,rust-rustls-pki-types-1))
#:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1)))) #:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1))))
(home-page "https://github.com/rustls/pemfile") (home-page "https://github.com/rustls/pemfile")
(synopsis "Basic parser for PEM formatted keys and certificates") (synopsis "Basic parser for PEM formatted keys and certificates")