[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: libotf: Update to 0.9.16.
From: |
Marius Bakke |
Subject: |
01/04: gnu: libotf: Update to 0.9.16. |
Date: |
Sun, 8 Apr 2018 16:34:30 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9b9e7481e25515d0df77311491da2b691e94c0f3
Author: Marius Bakke <address@hidden>
Date: Sat Apr 7 02:11:29 2018 +0200
gnu: libotf: Update to 0.9.16.
* gnu/packages/fontutils.scm (libotf): Update to 0.9.16.
---
gnu/packages/fontutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 061e1bc..27c88f9 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -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)))