me
/
guix
Archived
1
0
Fork 0

gnu: fribidi: Update to 1.0.12.

* gnu/packages/fribidi.scm (fribidi): Update to 1.0.12.
master
Marius Bakke 2022-07-28 14:22:20 +02:00
parent 2ef045b1a4
commit 2bc5dec185
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
(define-public fribidi
(package
(name "fribidi")
(version "1.0.9")
(version "1.0.12")
(source
(origin
(method url-fetch)
@ -37,7 +37,7 @@
"/download/v" version "/fribidi-" version
".tar.xz"))
(sha256
(base32 "1iz06r6ha2nrgbzbn4141r58a60a9s5qiaadjjhhvdkg0alpxr65"))))
(base32 "159l56c48rfcqa8mnxhnynngzlzmvr089ki7mjrppin8gzwk7lhc"))))
(build-system gnu-build-system)
(synopsis "Implementation of the Unicode bidirectional algorithm")
(description