mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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 @@ (define-public rust-subplot-0.12
|
|||
automated acceptance tests for systems and software.")
|
||||
(license license:expat-0)))
|
||||
|
||||
(define-public rust-subplot-build-0.11
|
||||
(define-public rust-subplot-build-0.12
|
||||
(package
|
||||
(name "rust-subplot-build")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "subplot-build" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1w0ihzj8z13c7lkfbiihd5njmy824zb0cw2w41hklpg7l1f862mi"))))
|
||||
(base32 "1grmmy2gmpygxcx09dsrh9mm9pqpf5qvy44k6q062lj26jlk32q0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-subplot" ,rust-subplot-0.11)
|
||||
`(#:cargo-inputs (("rust-subplot" ,rust-subplot-0.12)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-tracing" ,rust-tracing-0.1))))
|
||||
(home-page "https://subplot.tech/")
|
||||
|
|
Loading…
Reference in a new issue