gnu: fribidi: Update to 0.19.7.

* gnu/packages/fribidi.scm (fribidi): Update to 0.19.7.
This commit is contained in:
Efraim Flashner 2016-02-11 11:00:36 +02:00
parent 992b527d52
commit 50beb63b7a
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Marek Benc <merkur32@gmail.com> ;;; Copyright © 2014 Marek Benc <merkur32@gmail.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -25,7 +26,7 @@
(define-public fribidi (define-public fribidi
(package (package
(name "fribidi") (name "fribidi")
(version "0.19.6") (version "0.19.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -33,7 +34,7 @@
(string-append "http://fribidi.org/download/" name "-" version (string-append "http://fribidi.org/download/" name "-" version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 "0zg1hpaml34ny74fif97j7ngrshlkl3wk3nja3gmlzl17i1bga6b")))) (base32 "13jsb5qadlhsaxkbrb49nqslmbh904vvzhsm5mm2ghmv29i2l8h8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(synopsis "Implementation of the Unicode bidirectional algorithm") (synopsis "Implementation of the Unicode bidirectional algorithm")