[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34171] [PATCH 1/5] gnu: ocaml-uchar: Update to 0.0.2.
From: |
Gabriel Hondet |
Subject: |
[bug#34171] [PATCH 1/5] gnu: ocaml-uchar: Update to 0.0.2. |
Date: |
Tue, 22 Jan 2019 17:11:54 +0100 |
User-agent: |
mu4e 1.0; emacs 26.1 |
* gnu/packages/ocaml.scm (ocaml-uchar): Update to 0.0.2.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index deba67c4d..3993424eb 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
--
2.20.1
signature.asc
Description: PGP signature
- [bug#34171] [PATCH 1/5] gnu: ocaml-uchar: Update to 0.0.2.,
Gabriel Hondet <=
- [bug#34171] [PATCH 2/5] gnu: ocaml-fmt: Update to 0.8.5., Gabriel Hondet, 2019/01/23
- [bug#34171] [PATCH 3/5] gnu: ocaml-cmdliner: Update to 1.0.2., Gabriel Hondet, 2019/01/23
- [bug#34171] [PATCH 4/5] gnu: ocaml-logs: Update to 0.6.2., Gabriel Hondet, 2019/01/23
- [bug#34171] [PATCH 5/5] gnu: Add ocaml-craml., Gabriel Hondet, 2019/01/23
- bug#34171: [PATCH 1/5] gnu: ocaml-uchar: Update to 0.0.2., Julien Lepiller, 2019/01/23