gnu: rust-rustls-pemfile-1: Update to 1.0.3.

* gnu/packages/crates-io.scm (rust-rustls-pemfile-1): Update to 1.0.3.
This commit is contained in:
Efraim Flashner 2023-08-03 14:36:26 +03:00
parent 958330bf18
commit 82929ac7db
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -56804,14 +56804,14 @@ (define-public rust-rustls-native-certs-0.4
(define-public rust-rustls-pemfile-1
(package
(name "rust-rustls-pemfile")
(version "1.0.2")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustls-pemfile" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16x5jhja8z0j5hcrlaqqz5qnyg9qgv8qqffwbdil6fl0b1nvb56i"))))
(base32 "1cplx6hgkr32nq31p3613b2sj7csrrq3zp6znx9vc1qx9c4qff9d"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs