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

* gnu/packages/crates-windows.scm (rust-schannel-0.1): Update to 0.1.27.
[arguments]: Don't skip the build.
[cargo-inputs]: Replace rust-windows-sys-0.42 with 0.59.
[cargo-development-inputs]: Add rust-windows-sys-0.59.

Change-Id: I59a0af2c232e7d2705e9188ddc07dcb66d7422d1
This commit is contained in:
Efraim Flashner 2024-12-02 20:20:09 +02:00
parent fa399046ff
commit 69c8a20f6f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -760,7 +760,7 @@ (define-public rust-remove-dir-all-0.5
(define-public rust-schannel-0.1
(package
(name "rust-schannel")
(version "0.1.21")
(version "0.1.27")
(source
(origin
(method url-fetch)
@ -768,12 +768,11 @@ (define-public rust-schannel-0.1
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1cxivcbczzfv4295pqi5s80kr7nhs7xc0i40zf43b7q5qw3gng3i"))))
"0gbbhy28v72kd5iina0z2vcdl3vz63mk5idvkzn5r52z6jmfna8z"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-windows-sys" ,rust-windows-sys-0.42))))
`(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.59))
#:cargo-development-inputs (("rust-windows-sys" ,rust-windows-sys-0.59))))
(home-page "https://github.com/steffengy/schannel-rs")
(synopsis "Rust bindings to the Windows SChannel APIs")
(description