mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: fribidi: Update to 0.19.7.
* gnu/packages/fribidi.scm (fribidi): Update to 0.19.7.
This commit is contained in:
parent
992b527d52
commit
50beb63b7a
1 changed files with 3 additions and 2 deletions
|
@ -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-module (gnu packages fribidi)
|
||||||
(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 @@ (define-public fribidi
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue