1
Fork 0
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:
Efraim Flashner 2025-01-05 15:59:10 +02:00
parent ea36293183
commit 0bf13d7f20
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -76180,22 +76180,23 @@ another project's @code{build.rs} module.")
based test suites. Relies on @code{subplotlib-derive} for associated macros.")
(license license:expat-0)))
(define-public rust-subplotlib-derive-0.11
(define-public rust-subplotlib-derive-0.12
(package
(name "rust-subplotlib-derive")
(version "0.11.0")
(version "0.12.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "subplotlib-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1asg2jr85005afyj07vjc33i00z8akm15agic5rml1yzkz5lzbzy"))))
(base32 "1yrfjxh8z7dbsh01p4lrq73nci1qql2z9lphlnr2xmydip09nz7k"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-culpa" ,rust-culpa-1)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-subplot" ,rust-subplot-0.12)
("rust-syn" ,rust-syn-2))))
(home-page "https://subplot.tech/")
(synopsis "Macros for constructing subplotlib based test suites")