mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-python3-dll-a-0.2: Update to 0.2.12.
* gnu/packages/crates-windows.scm (rust-python3-dll-a-0.2): Update to 0.2.12. Change-Id: Ia46f8feb50541be1b4fb1fd17bcaaedbf9c9861d
This commit is contained in:
parent
c85f434a1d
commit
d1e064b274
1 changed files with 2 additions and 2 deletions
|
@ -731,14 +731,14 @@ Windows's named pipes.")
|
||||||
(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.11")
|
(version "0.2.12")
|
||||||
(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
|
||||||
"0v8v3h4xbhk1s8s9h15l1zzfarwgyqwnic1yl69rwq5yw672d7lv"))))
|
"1a57r12py9zy7hw48j63wl4a3k5k3ghmcd5d9gk79rjh34bzjrlv"))))
|
||||||
(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
Add a link
Reference in a new issue