gnu: rust-plotters-backend-0.3: Update to 0.3.5.

* gnu/packages/crates-io.scm (rust-plotters-backend-0.3): Update to
0.3.5.
[arguments]: Don't skip the build.

Change-Id: I2d3a7c1720c263997c7ced93645ddd36cbdf3ab8
This commit is contained in:
Efraim Flashner 2024-04-01 13:24:44 +03:00
parent 05f6cfa1e5
commit d201be86e3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -53434,16 +53434,15 @@ (define-public rust-plotters-0.3
(define-public rust-plotters-backend-0.3
(package
(name "rust-plotters-backend")
(version "0.3.2")
(version "0.3.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "plotters-backend" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "075ccyz814q46dkr93zz7crj9mmyqgk0w6mmrpyz1sm0ilqig16q"))))
(base32 "02cn98gsj2i1bwrfsymifmyas1wn2gibdm9mk8w82x9s9n5n4xly"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://plotters-rs.github.io")
(synopsis "Plotters Backend API")
(description "This package provides Plotters backend API.")