gnu: libotf: Update to 0.9.16.
* gnu/packages/fontutils.scm (libotf): Update to 0.9.16.
This commit is contained in:
parent
98cda1b997
commit
9b9e7481e2
|
@ -437,13 +437,13 @@ resolution.")
|
|||
(define-public libotf
|
||||
(package
|
||||
(name "libotf")
|
||||
(version "0.9.13")
|
||||
(version "0.9.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/m17n/libotf-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0239zvfan56w7vrppriwy77fzb10ag9llaz15nsraps2a2x6di3v"))))
|
||||
(base32 "0sq6g3xaxw388akws6qrllp3kp2sxgk2dv4j79k6mm52rnihrnv8"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in New Issue