gnu: fribidi: Update to 1.0.12.
* gnu/packages/fribidi.scm (fribidi): Update to 1.0.12.master
parent
2ef045b1a4
commit
2bc5dec185
|
@ -28,7 +28,7 @@
|
||||||
(define-public fribidi
|
(define-public fribidi
|
||||||
(package
|
(package
|
||||||
(name "fribidi")
|
(name "fribidi")
|
||||||
(version "1.0.9")
|
(version "1.0.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
"/download/v" version "/fribidi-" version
|
"/download/v" version "/fribidi-" version
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1iz06r6ha2nrgbzbn4141r58a60a9s5qiaadjjhhvdkg0alpxr65"))))
|
(base32 "159l56c48rfcqa8mnxhnynngzlzmvr089ki7mjrppin8gzwk7lhc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(synopsis "Implementation of the Unicode bidirectional algorithm")
|
(synopsis "Implementation of the Unicode bidirectional algorithm")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue