mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add rust-subplotlib-derive-0.12.
* gnu/packages/crates-io.scm (rust-subplotlib-derive-0.12): New variable. (rust-subplotlib-derive-0.11): Delete variable. Change-Id: I3dddc5325fcf3fd1e93c504359bb2b102fed8c20
This commit is contained in:
parent
ea36293183
commit
0bf13d7f20
1 changed files with 4 additions and 3 deletions
|
@ -76180,22 +76180,23 @@ another project's @code{build.rs} module.")
|
||||||
based test suites. Relies on @code{subplotlib-derive} for associated macros.")
|
based test suites. Relies on @code{subplotlib-derive} for associated macros.")
|
||||||
(license license:expat-0)))
|
(license license:expat-0)))
|
||||||
|
|
||||||
(define-public rust-subplotlib-derive-0.11
|
(define-public rust-subplotlib-derive-0.12
|
||||||
(package
|
(package
|
||||||
(name "rust-subplotlib-derive")
|
(name "rust-subplotlib-derive")
|
||||||
(version "0.11.0")
|
(version "0.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "subplotlib-derive" version))
|
(uri (crate-uri "subplotlib-derive" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1asg2jr85005afyj07vjc33i00z8akm15agic5rml1yzkz5lzbzy"))))
|
(base32 "1yrfjxh8z7dbsh01p4lrq73nci1qql2z9lphlnr2xmydip09nz7k"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-culpa" ,rust-culpa-1)
|
`(#:cargo-inputs (("rust-culpa" ,rust-culpa-1)
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-subplot" ,rust-subplot-0.12)
|
||||||
("rust-syn" ,rust-syn-2))))
|
("rust-syn" ,rust-syn-2))))
|
||||||
(home-page "https://subplot.tech/")
|
(home-page "https://subplot.tech/")
|
||||||
(synopsis "Macros for constructing subplotlib based test suites")
|
(synopsis "Macros for constructing subplotlib based test suites")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue