gnu: fcft: Update to 3.3.2.

* gnu/packages/fontutils.scm (fcft): Update to 3.3.2.

Change-Id: Ib33cd4c062eaf68042de5b3d3974023953ec0dbb
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Ashish SHUKLA 2025-07-24 13:45:41 +02:00 committed by jgart
parent 52c18505a0
commit 6566207b0f
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -1955,7 +1955,7 @@ maintain the Noto Fonts project.")
(define-public fcft (define-public fcft
(package (package
(name "fcft") (name "fcft")
(version "3.3.1") (version "3.3.2")
(home-page "https://codeberg.org/dnkl/fcft") (home-page "https://codeberg.org/dnkl/fcft")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -1963,7 +1963,7 @@ maintain the Noto Fonts project.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"08fr6zcqk4qp1k3r0di6v60qfyd3q5k9jnxzlsx2p1lh0nils0xa")))) "1saqi8fxrz2lddx9pj6ym4ikx11sgqlyp8w10ngdlci384p49sbb"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list check pkg-config scdoc)) (list check pkg-config scdoc))