mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +01: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 @@ IOCP and Async I/O abstractions.")
|
||||||
(define-public rust-python3-dll-a-0.2
|
(define-public rust-python3-dll-a-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-python3-dll-a")
|
(name "rust-python3-dll-a")
|
||||||
(version "0.2.6")
|
(version "0.2.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "python3-dll-a" version))
|
(uri (crate-uri "python3-dll-a" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a676r8xlbkijdagywwz838rbdnc9h28lgmx1ccvyqj9h9rbs5d9"))))
|
"0grlz344xq435qgs5mic0yz1p643qh3h1m11lw4zms1b87a7rw6m"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;Windows-like targets only
|
`(#:tests? #f ;Windows-like targets only
|
||||||
|
|
Loading…
Add table
Reference in a new issue