gnu: fcft: Update to 3.1.9.

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

Change-Id: I460a8821a56b7046c34f11bc2a00cb3ab2ace76b
This commit is contained in:
Ashish SHUKLA 2024-10-23 18:45:13 +02:00 committed by Zheng Junjie
parent 0b3f419022
commit 8cc44df4f5
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1880,7 +1880,7 @@ (define-public nototools
(define-public fcft
(package
(name "fcft")
(version "3.0.1")
(version "3.1.9")
(home-page "https://codeberg.org/dnkl/fcft")
(source (origin
(method git-fetch)
@ -1888,7 +1888,7 @@ (define-public fcft
(file-name (git-file-name name version))
(sha256
(base32
"0jxy92ny8b7s7yvz1mr8zpf7l2zsn506fi9f98pvh9k25jprg0cx"))))
"0j127fk5v2nlk5s0gibympcnzjyzfk5dwgz524gvlczfh7cbm18g"))))
(build-system meson-build-system)
(native-inputs
(list check pkg-config scdoc))