mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-python3-dll-a-0.2: Update to 0.2.6.
* gnu/packages/crates-io.scm (rust-python3-dll-a-0.2): Update to 0.2.6.
This commit is contained in:
parent
65b4589580
commit
b4cd818570
1 changed files with 2 additions and 2 deletions
|
@ -46335,14 +46335,14 @@ (define-public rust-pyo3-0.13
|
|||
(define-public rust-python3-dll-a-0.2
|
||||
(package
|
||||
(name "rust-python3-dll-a")
|
||||
(version "0.2.5")
|
||||
(version "0.2.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "python3-dll-a" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01k2nf4wq4f4xnaq3fy1gx12v10pndwmdrjq4x4pshhjxxnrpml9"))))
|
||||
"1a676r8xlbkijdagywwz838rbdnc9h28lgmx1ccvyqj9h9rbs5d9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;Windows-like targets only
|
||||
|
|
Loading…
Reference in a new issue