guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

47/98: gnu: rust-plotters-backend-0.3: Update to 0.3.5.


From: guix-commits
Subject: 47/98: gnu: rust-plotters-backend-0.3: Update to 0.3.5.
Date: Tue, 2 Apr 2024 07:21:55 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 8ee8665c92566197c6a3e59255daec257ea286e3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 1 13:24:44 2024 +0300

    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
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index edcd87c992..73ea839c29 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53261,16 +53261,15 @@ both WASM and native applications")
 (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]