mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-winapi-0.3: Update to 0.3.9.
* gnu/packages/crates-io.scm (rust-winapi-0.3): Update to 0.3.9.
This commit is contained in:
parent
13b7e191de
commit
d95fbe98c7
1 changed files with 2 additions and 2 deletions
|
@ -28487,7 +28487,7 @@ (define-public rust-widestring-0.4
|
|||
(define-public rust-winapi-0.3
|
||||
(package
|
||||
(name "rust-winapi")
|
||||
(version "0.3.8")
|
||||
(version "0.3.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -28495,7 +28495,7 @@ (define-public rust-winapi-0.3
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ii9j9lzrhwri0902652awifzx9fpayimbp6hfhhc296xcg0k4w0"))))
|
||||
"06gl025x418lchw1wxj64ycr7gha83m44cjr5sarhynd9xkrm0sw"))))
|
||||
(build-system cargo-build-system)
|
||||
;; This package depends unconditionally on these two crates.
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue