diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 18:27:15 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-26 18:29:02 +0200 |
commit | 273ba2552baa5131f75c813ecc9c2272a9d96f12 (patch) | |
tree | 90a7c9f7881a27578f61f3f134e60728196a0a67 /gnu | |
parent | 12c3f62ab202b5b3e1fa55f0df55fe5aa5c17747 (diff) | |
download | patches-273ba2552baa5131f75c813ecc9c2272a9d96f12.tar patches-273ba2552baa5131f75c813ecc9c2272a9d96f12.tar.gz |
gnu: ocaml-integers: Update to 0.3.0.
* gnu/packages/ocaml.scm (ocaml-integers): Update to 0.3.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 2114a59d7d..b735f47234 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3052,7 +3052,7 @@ sensitive completion, colors, and more.") (define-public ocaml-integers (package (name "ocaml-integers") - (version "0.2.2") + (version "0.3.0") (home-page "https://github.com/ocamllabs/ocaml-integers") (source (origin (method url-fetch) |