mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-rustls-ffi-0.14: Update to 0.14.1.
* gnu/packages/crates-tls.scm (rust-rustls-ffi-0.14): Update to 0.14.1. Change-Id: Id568a72fff3bcd5947be4886fbdba1e375ab9ee2
This commit is contained in:
parent
62a57bfab6
commit
f79a6e8629
1 changed files with 2 additions and 2 deletions
|
@ -1589,14 +1589,14 @@ grammars and BER/DER encodings, for example.")
|
||||||
(define-public rust-rustls-ffi-0.14
|
(define-public rust-rustls-ffi-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-rustls-ffi")
|
(name "rust-rustls-ffi")
|
||||||
(version "0.14.0")
|
(version "0.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rustls-ffi" version))
|
(uri (crate-uri "rustls-ffi" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cdpnx205m3bc7sn6gvaizlsb8ayipf1l061das37mf7n4sw157s"))))
|
(base32 "1hky8z8xf9l813b1f54b0ir2knzv3kflh41i7q7xwlkyafza65n9"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags
|
`(#:cargo-test-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue