Archived
1
0
Fork 0

gnu: fontforge: Update to 20201107.

* gnu/packages/fontutils.scm (fontforge): Update to 20201107.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Vincent Legoll 2021-02-16 20:08:03 +01:00 committed by Leo Famulari
parent 49760714fc
commit de42af147d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -632,14 +632,14 @@ definitions.")
(define-public fontforge (define-public fontforge
(package (package
(name "fontforge") (name "fontforge")
(version "20200314") (version "20201107")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/fontforge/fontforge/releases/download/" "https://github.com/fontforge/fontforge/releases/download/"
version "/fontforge-" version ".tar.xz")) version "/fontforge-" version ".tar.xz"))
(sha256 (sha256
(base32 "0qf88wd6riycq56d24brybyc93ns74s0nyyavm43zp2kfcihn6fd")))) (base32 "0y3c8x1i6yf6ak9m5dhr1nldgfmg7zhnwdfd57ffs698c27vmg38"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))