gnu: ocaml-zarith: Update to 1.7.
* gnu/packages/ocaml.scm (ocaml-zarith): Update to 1.7. [source]: Use git-fetch.master
parent
eddfd11d70
commit
09cd92a983
|
@ -1109,13 +1109,15 @@ files in these formats.")
|
||||||
(define-public ocaml-zarith
|
(define-public ocaml-zarith
|
||||||
(package
|
(package
|
||||||
(name "ocaml-zarith")
|
(name "ocaml-zarith")
|
||||||
(version "1.4.1")
|
(version "1.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (ocaml-forge-uri "zarith" version 1574))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/ocaml/Zarith")
|
||||||
|
(commit (string-append "release-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l36hzmfbvdai2kcgynh13vfdim5x2grnaw61fxqalyjm90c3di3"))))
|
"08x5xnamibhvxl50f1bb3jl9ym0hm6004hmc54xnrnrv7jxz9rvz"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
|
|
Reference in New Issue