gnu: ocaml-ounit: Update to 2.0.8.
* gnu/packages/ocaml.scm (ocaml-ounit): Update to 2.0.8.master
parent
3319817174
commit
483be9bda6
|
@ -924,21 +924,20 @@ compilers that can directly deal with packages.")
|
||||||
(define-public ocaml-ounit
|
(define-public ocaml-ounit
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ounit")
|
(name "ocaml-ounit")
|
||||||
(version "2.0.0")
|
(version "2.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (ocaml-forge-uri "ounit" version 1258))
|
(uri (ocaml-forge-uri "ounit" version 1749))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"118xsadrx84pif9vaq13hv4yh22w9kmr0ypvhrs0viir1jr0ajjd"))))
|
"03ifp9hjcxg4m5j190iy373jcn4039d3vy10kmd8p4lfciwzwc1f"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("libxml2" ,libxml2))) ; for xmllint
|
`(("libxml2" ,libxml2))) ; for xmllint
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Tests are done during build.
|
(delete 'check)))) ; tests are run during build
|
||||||
(delete 'check))))
|
|
||||||
(home-page "http://ounit.forge.ocamlcore.org")
|
(home-page "http://ounit.forge.ocamlcore.org")
|
||||||
(synopsis "Unit testing framework for OCaml")
|
(synopsis "Unit testing framework for OCaml")
|
||||||
(description "Unit testing framework for OCaml. It is similar to JUnit and
|
(description "Unit testing framework for OCaml. It is similar to JUnit and
|
||||||
|
|
Reference in New Issue