me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-tls.scm (rust-rustls-pemfile-1): Update to 1.0.4.

Change-Id: I7bc805697a2f5fba2b2176ef9aa1113371bdb46e
master
Efraim Flashner 2024-01-22 21:12:08 +02:00
parent 026899ade6
commit ef4b1839e3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1193,14 +1193,14 @@ PEM-encodings commonly used to store keys and certificates at rest.")
(package
(inherit rust-rustls-pemfile-2)
(name "rust-rustls-pemfile")
(version "1.0.3")
(version "1.0.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "rustls-pemfile" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1cplx6hgkr32nq31p3613b2sj7csrrq3zp6znx9vc1qx9c4qff9d"))))
(base32 "1324n5bcns0rnw6vywr5agff3rwfvzphi7rmbyzwnv6glkhclx0w"))))
(arguments
`(#:cargo-inputs
(("rust-base64" ,rust-base64-0.21))