mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-python3-dll-a-0.2: Update to 0.2.9.
* gnu/packages/crates-windows.scm (rust-python3-dll-a-0.2): Update to 0.2.9. Change-Id: I677741595cad8039874704e759fdaad1f0357588
This commit is contained in:
parent
6f564d43c5
commit
72d66a063c
1 changed files with 2 additions and 2 deletions
|
@ -521,14 +521,14 @@ (define-public rust-output-vt100-0.1
|
|||
(define-public rust-python3-dll-a-0.2
|
||||
(package
|
||||
(name "rust-python3-dll-a")
|
||||
(version "0.2.6")
|
||||
(version "0.2.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "python3-dll-a" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a676r8xlbkijdagywwz838rbdnc9h28lgmx1ccvyqj9h9rbs5d9"))))
|
||||
"0grlz344xq435qgs5mic0yz1p643qh3h1m11lw4zms1b87a7rw6m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;Windows-like targets only
|
||||
|
|
Loading…
Reference in a new issue