gnu: ocaml-uchar: Update to 0.0.2.
* gnu/packages/ocaml.scm (ocaml-uchar): Update to 0.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
5d3f16e438
commit
f0dece30b4
|
@ -2269,14 +2269,14 @@ representation of the data.")
|
||||||
(define-public ocaml-uchar
|
(define-public ocaml-uchar
|
||||||
(package
|
(package
|
||||||
(name "ocaml-uchar")
|
(name "ocaml-uchar")
|
||||||
(version "0.0.1")
|
(version "0.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ocaml/uchar/releases/download/v"
|
(uri (string-append "https://github.com/ocaml/uchar/releases/download/v"
|
||||||
version "/uchar-" version ".tbz"))
|
version "/uchar-" version ".tbz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"0ficw1x7ymbd6m8hqw3w1aycwm1hbwd6bad3c5pspwnzh3qlikhi"))))
|
"1w2saw7zanf9m9ffvz2lvcxvlm118pws2x1wym526xmydhqpyfa7"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in New Issue