Archived
1
0
Fork 0

gnu: rust-schannel-0.1: Update to 0.1.21.

* gnu/packages/crates-io.scm (rust-schannel-0.1): Update to 0.1.21.
[cargo-inputs]: Remove rust-lazy-static-1, rust-winapi-0.3. Add
rust-windows-sys-0.42.
This commit is contained in:
Efraim Flashner 2023-02-22 11:37:26 +02:00
parent 7495c335ba
commit c96c23d5e2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -51731,7 +51731,7 @@ single-cell matrices.")
(define-public rust-schannel-0.1 (define-public rust-schannel-0.1
(package (package
(name "rust-schannel") (name "rust-schannel")
(version "0.1.16") (version "0.1.21")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -51739,13 +51739,12 @@ single-cell matrices.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"08d0p5iy574vdrax4l3laazic0crj7rp7vp3if5rrfkcdfq51xc7")))) "1cxivcbczzfv4295pqi5s80kr7nhs7xc0i40zf43b7q5qw3gng3i"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1) (("rust-windows-sys" ,rust-windows-sys-0.42))))
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/steffengy/schannel-rs") (home-page "https://github.com/steffengy/schannel-rs")
(synopsis "Rust bindings to the Windows SChannel APIs") (synopsis "Rust bindings to the Windows SChannel APIs")
(description (description