mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
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:
parent
fa399046ff
commit
69c8a20f6f
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue