mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
52c18505a0
commit
6566207b0f
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue