mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add rust-subplot-build-0.12.
* gnu/packages/crates-io.scm (rust-subplot-build-0.12): New variable. (rust-subplot-build-0.11): Delete variable. Change-Id: Idd59e745942b694e5e41f745b1cba76f5781609c
This commit is contained in:
parent
b372588dc2
commit
05920db603
1 changed files with 4 additions and 4 deletions
|
@ -76124,20 +76124,20 @@ easier in Rust.")
|
||||||
automated acceptance tests for systems and software.")
|
automated acceptance tests for systems and software.")
|
||||||
(license license:expat-0)))
|
(license license:expat-0)))
|
||||||
|
|
||||||
(define-public rust-subplot-build-0.11
|
(define-public rust-subplot-build-0.12
|
||||||
(package
|
(package
|
||||||
(name "rust-subplot-build")
|
(name "rust-subplot-build")
|
||||||
(version "0.11.0")
|
(version "0.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "subplot-build" version))
|
(uri (crate-uri "subplot-build" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1w0ihzj8z13c7lkfbiihd5njmy824zb0cw2w41hklpg7l1f862mi"))))
|
(base32 "1grmmy2gmpygxcx09dsrh9mm9pqpf5qvy44k6q062lj26jlk32q0"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-subplot" ,rust-subplot-0.11)
|
`(#:cargo-inputs (("rust-subplot" ,rust-subplot-0.12)
|
||||||
("rust-tempfile" ,rust-tempfile-3)
|
("rust-tempfile" ,rust-tempfile-3)
|
||||||
("rust-tracing" ,rust-tracing-0.1))))
|
("rust-tracing" ,rust-tracing-0.1))))
|
||||||
(home-page "https://subplot.tech/")
|
(home-page "https://subplot.tech/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue