gnu: fribidi: Update to 1.0.5.

* gnu/packages/fribidi.scm (fribidi): Update to 1.0.5.
[arguments]: Remove.
This commit is contained in:
Marius Bakke 2018-07-24 15:36:46 +02:00
parent 52f1687dc7
commit 95bbab76cd
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 5 deletions

View File

@ -27,7 +27,7 @@
(define-public fribidi (define-public fribidi
(package (package
(name "fribidi") (name "fribidi")
(version "1.0.4") (version "1.0.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -36,11 +36,8 @@
"/download/v" version "/fribidi-" version "/download/v" version "/fribidi-" version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 "1gipy8fjyn6i4qrhima02x8xs493d21f22dijp88nk807razxgcl")))) (base32 "1kp4b1hpx2ky20ixgy2xhj5iygfl7ps5k9kglh1z5i7mhykg4r3a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "--disable-docs"))) ; TODO: enable; requires c2man
(synopsis "Implementation of the Unicode bidirectional algorithm") (synopsis "Implementation of the Unicode bidirectional algorithm")
(description (description
"GNU FriBidi is an implementation of the Unicode Bidirectional "GNU FriBidi is an implementation of the Unicode Bidirectional