mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
05f6cfa1e5
commit
d201be86e3
1 changed files with 2 additions and 3 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue