summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2019-09-03 21:43:41 +0200
committerJulien Lepiller <julien@lepiller.eu>2019-09-03 23:32:14 +0200
commit3882f607e8b1b69c03aa0e8f4859b52ec6d154f3 (patch)
treef93000ccb37170227929ef77d36c77a53aca98f4 /gnu/packages/ocaml.scm
parentd47c8fffd0ad987c6337e6ce37d3b78d1d962bd8 (diff)
downloadpatches-3882f607e8b1b69c03aa0e8f4859b52ec6d154f3.tar
patches-3882f607e8b1b69c03aa0e8f4859b52ec6d154f3.tar.gz
gnu: ocaml-zarith: Update to 1.9.1.
* gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.9.1.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4fce0a7439..0124373afa 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1109,7 +1109,7 @@ files in these formats.")
(define-public ocaml-zarith
(package
(name "ocaml-zarith")
- (version "1.7")
+ (version "1.9.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1117,7 +1117,7 @@ files in these formats.")
(commit (string-append "release-" version))))
(sha256
(base32
- "08x5xnamibhvxl50f1bb3jl9ym0hm6004hmc54xnrnrv7jxz9rvz"))))
+ "0hv5ywz1q2cgn8apfz490clwk5hcynr937g2v8i13x2ax4bnv0lz"))))
(build-system ocaml-build-system)
(native-inputs
`(("perl" ,perl)))