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:
Efraim Flashner 2025-01-05 15:58:23 +02:00
parent b372588dc2
commit 05920db603
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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/")