summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-04-26 18:27:15 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-04-26 18:29:02 +0200
commit273ba2552baa5131f75c813ecc9c2272a9d96f12 (patch)
tree90a7c9f7881a27578f61f3f134e60728196a0a67
parent12c3f62ab202b5b3e1fa55f0df55fe5aa5c17747 (diff)
downloadgnu-guix-273ba2552baa5131f75c813ecc9c2272a9d96f12.tar
gnu-guix-273ba2552baa5131f75c813ecc9c2272a9d96f12.tar.gz
gnu: ocaml-integers: Update to 0.3.0.
* gnu/packages/ocaml.scm (ocaml-integers): Update to 0.3.0.
-rw-r--r--gnu/packages/ocaml.scm2
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)