mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-generator-0.6: Update to 0.6.20.
* gnu/packages/crates-io.scm (rust-generator-0.6): Upgrade to 0.6.20. [arguments]: Don't skip build. Move rust-cc-1.0 and rust-rustc-version-0.2 from cargo-development-inputs to cargo-inputs.
This commit is contained in:
parent
55d0d24f2e
commit
5666f1f784
1 changed files with 5 additions and 7 deletions
|
@ -948,7 +948,7 @@ Bresenham's line algorithm.")
|
||||||
(define-public rust-generator-0.6
|
(define-public rust-generator-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-generator")
|
(name "rust-generator")
|
||||||
(version "0.6.18")
|
(version "0.6.20")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -957,16 +957,14 @@ Bresenham's line algorithm.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p4iq1n53dy72dhma02wfjrazf2hq2745f9si9yi7jxviks7c8l7"))))
|
"0f07mwkarwrqrykhkzqpvfnd5crz20dd8l24psn01kiqzc71dana"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-winapi" ,rust-winapi-0.3))
|
("rust-winapi" ,rust-winapi-0.3)
|
||||||
#:cargo-development-inputs
|
("rust-cc" ,rust-cc-1.0)
|
||||||
(("rust-cc" ,rust-cc-1.0)
|
|
||||||
("rust-rustc-version" ,rust-rustc-version-0.2))))
|
("rust-rustc-version" ,rust-rustc-version-0.2))))
|
||||||
(home-page "https://github.com/Xudong-Huang/generator-rs")
|
(home-page "https://github.com/Xudong-Huang/generator-rs")
|
||||||
(synopsis "Stackfull Generator Library in Rust")
|
(synopsis "Stackfull Generator Library in Rust")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue