mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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
This commit is contained in:
parent
026899ade6
commit
ef4b1839e3
1 changed files with 2 additions and 2 deletions
|
@ -1193,14 +1193,14 @@ (define-public rust-rustls-pemfile-1
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue