guix-commits
[Top][All Lists]
Advanced

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

443/471: gnu: rust-ab-glyph-rasterizer-0.1: Update to 0.1.8.


From: guix-commits
Subject: 443/471: gnu: rust-ab-glyph-rasterizer-0.1: Update to 0.1.8.
Date: Wed, 3 May 2023 09:29:18 -0400 (EDT)

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

commit 6e5b8582328fa3ebbd05b4458883e9522d669624
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 24 16:49:43 2023 +0300

    gnu: rust-ab-glyph-rasterizer-0.1: Update to 0.1.8.
    
    * gnu/packages/crates-io.scm (rust-ab-glyph-rasterizer-0.1): Update to
    0.1.8.
    [arguments]: Don't skip build.
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 779f567fff..b76dfe00e3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -133,18 +133,17 @@ rasterizing OpenType font glyphs.")
 (define-public rust-ab-glyph-rasterizer-0.1
   (package
     (name "rust-ab-glyph-rasterizer")
-    (version "0.1.4")
+    (version "0.1.8")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "ab_glyph_rasterizer" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1zzz78231w849xslz9s0pwjj6gp02wfbbxdpysqhwwq1vqr5xznr"))))
+        (base32 "0ikhgzig59q8b1a1iw83sxfnvylg5gx6w2y8ynbnf231xs9if6y7"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-libm" ,rust-libm-0.2))))
     (home-page "https://github.com/alexheretic/ab-glyph";)
     (synopsis "Coverage rasterization for lines, quadratic & cubic beziers")



reply via email to

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