diff options
author | Efraim Flashner <[email protected]> | 2024-12-04 14:55:06 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-01-06 12:14:39 +0200 |
commit | e3ea7cadb87ee8e35e075b626ccc9e571991b17a (patch) | |
tree | 49254160c8d9700ce558dddb5ae310a5262d7894 | |
parent | 6e096e31356691a9373a44e9106c4ed4a60a7db4 (diff) |
gnu: rust-ab-glyph-0.2: Update to 0.2.29.
* gnu/packages/crates-io.scm (rust-ab-glyph-0.2): Update to 0.2.29.
[cargo-inputs]: Replace rust-owned-ttf-parser-0.19 with 0.25.
Change-Id: I9ca61f3c9d4c90ebc405178563ce2d888ba5d0bc
-rw-r--r-- | gnu/packages/crates-io.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 616c63de24..b8eff31928 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -142,21 +142,21 @@ (define-public rust-ab-glyph-0.2 (package (name "rust-ab-glyph") - (version "0.2.21") + (version "0.2.29") (source (origin (method url-fetch) (uri (crate-uri "ab_glyph" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0f8ak16r69rz55smb7vdxh603nsknr30gkayi5fqb0pmik3z242i")))) + "1c7p94qf8x6n62nrbia7nzwdxm2sbyygnhd5qfmfl7p7h30p4dpc")))) (build-system cargo-build-system) (arguments `(#:tests? #f ; Tests want font files. #:cargo-inputs (("rust-ab-glyph-rasterizer" ,rust-ab-glyph-rasterizer-0.1) ("rust-libm" ,rust-libm-0.2) - ("rust-owned-ttf-parser" ,rust-owned-ttf-parser-0.19)))) + ("rust-owned-ttf-parser" ,rust-owned-ttf-parser-0.25)))) (home-page "https://github.com/alexheretic/ab-glyph") (synopsis "API for rasterizing OpenType font glyphs") (description |