diff options
author | Gabriel Hondet <gabrielhondet@gmail.com> | 2019-01-22 17:11:54 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-01-23 21:50:48 +0100 |
commit | f0dece30b409d4144234b2e60a9422f9b9757eba (patch) | |
tree | 76e5eb91cd70eea2c108dd558e6bd9e79d0d12aa /gnu/packages/ocaml.scm | |
parent | 5d3f16e43869bc9224f231360142a889cfaa6679 (diff) | |
download | patches-f0dece30b409d4144234b2e60a9422f9b9757eba.tar patches-f0dece30b409d4144234b2e60a9422f9b9757eba.tar.gz |
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>
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index deba67c4d7..3993424eb2 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2269,14 +2269,14 @@ representation of the data.") (define-public ocaml-uchar (package (name "ocaml-uchar") - (version "0.0.1") + (version "0.0.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/ocaml/uchar/releases/download/v" version "/uchar-" version ".tbz")) (sha256 (base32 - "0ficw1x7ymbd6m8hqw3w1aycwm1hbwd6bad3c5pspwnzh3qlikhi")))) + "1w2saw7zanf9m9ffvz2lvcxvlm118pws2x1wym526xmydhqpyfa7")))) (build-system ocaml-build-system) (arguments `(#:tests? #f |