mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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:
parent
958330bf18
commit
82929ac7db
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue