gnu: graphite2: Update to 1.3.8.

* gnu/packages/fontutils.scm (graphite2): Update to 1.3.8.
This commit is contained in:
宋文武 2016-04-05 20:21:35 +08:00 committed by Ludovic Courtès
parent dfa9afe076
commit 07a048f61b
1 changed files with 4 additions and 5 deletions

View File

@ -359,16 +359,15 @@ applications should be.")
(define-public graphite2 (define-public graphite2
(package (package
(name "graphite2") (name "graphite2")
(version "1.3.6") (version "1.3.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/silnrsi/graphite/archive/" (uri (string-append "https://github.com/silnrsi/graphite/releases/"
version ".tar.gz")) "download/" version "/" name "-" version ".tgz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1frd9mjaqzvh9gs74ngc43igi53vzjzlwr5chbrs6ii1hc4aa23s")))) "1hlc9j7w7gihy6gvzfa7902pr6yxq1sr1xkp5rwf0p29m2rjagwz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("python" ,python-2) ; because of "import imap" in tests `(("python" ,python-2) ; because of "import imap" in tests