mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: rust-python3-dll-a-0.2: Update to 0.2.11.
* gnu/packages/crates-windows.scm (rust-python3-dll-a-0.2): Update to 0.2.11. Change-Id: Ie7d3a81b477213ceb69f49f77ceb1a1578bbd9a6
This commit is contained in:
parent
e886ad7862
commit
2e1579351f
1 changed files with 2 additions and 2 deletions
|
@ -731,14 +731,14 @@ (define-public rust-output-vt100-0.1
|
||||||
(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.10")
|
(version "0.2.11")
|
||||||
(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
|
||||||
"06yl7mkk7q9z4z44mhdvb6brw3brqikd3ymc36rhin4h38bph2xx"))))
|
"0v8v3h4xbhk1s8s9h15l1zzfarwgyqwnic1yl69rwq5yw672d7lv"))))
|
||||||
(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…
Reference in a new issue