mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-win-crypto-ng-0.5: Update to 0.5.1.
* gnu/packages/crates-windows.scm (rust-win-crypto-ng-0.5): Update to 0.5.1. Change-Id: Iaefa474742e2a23d011636341a2b39efab468e64
This commit is contained in:
parent
abff67f3e9
commit
a93c04e78f
1 changed files with 2 additions and 2 deletions
|
@ -736,14 +736,14 @@ (define-public rust-user32-sys-0.2
|
|||
(define-public rust-win-crypto-ng-0.5
|
||||
(package
|
||||
(name "rust-win-crypto-ng")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "win-crypto-ng" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0faf5bd4d5kaf642yw91lh0n2bfwnz0l70bm85ysmj3dsj4hg9mf"))))
|
||||
"14mv2wsvji8x7ds72zsjpz6hdq57y4r8r38xjyr4mrbib91zpawr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t ; Windows library
|
||||
|
|
Loading…
Reference in a new issue