mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: fribidi: Update to 1.0.9.
* gnu/packages/fribidi.scm (fribidi): Update to 1.0.9. [source](uri): Adjust tarball name.
This commit is contained in:
parent
275f874958
commit
713c1dd0d5
1 changed files with 3 additions and 3 deletions
|
@ -28,16 +28,16 @@ (define-module (gnu packages fribidi)
|
|||
(define-public fribidi
|
||||
(package
|
||||
(name "fribidi")
|
||||
(version "1.0.8")
|
||||
(version "1.0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "https://github.com/fribidi/fribidi/releases"
|
||||
"/download/v" version "/fribidi-" version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0v0ybhck9vz4yayihydknmikslh3xfxygzywnh9rcamdhs6vdiwl"))))
|
||||
(base32 "1iz06r6ha2nrgbzbn4141r58a60a9s5qiaadjjhhvdkg0alpxr65"))))
|
||||
(build-system gnu-build-system)
|
||||
(synopsis "Implementation of the Unicode bidirectional algorithm")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue