efraim pushed a commit to branch rust-team
in repository guix.
commit a9e3a05fcc041c2c19dec99e192b43c5b7e45f95
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Jan 5 15:59:10 2025 +0200
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
---
gnu/packages/crates-io.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a811c92fb7..263e763046 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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")