diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-03-18 09:41:00 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-03-18 09:52:29 +1000 |
commit | 55f7a27ceee3f1d4b1610f6af744f6e0f6b416fd (patch) | |
tree | 7384dabd25d7f0a615081dccd8b6842a30beac1e /gnu/packages/ocaml.scm | |
parent | 7f608a9b45fc3d0dd209268150ef94cbd45da8ee (diff) | |
download | patches-55f7a27ceee3f1d4b1610f6af744f6e0f6b416fd.tar patches-55f7a27ceee3f1d4b1610f6af744f6e0f6b416fd.tar.gz |
gnu: ocaml-qtest: Update to 2.5.
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.5.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 03c6433b24..2f22226b78 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -972,14 +972,14 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.") (define-public ocaml-qtest (package (name "ocaml-qtest") - (version "2.3") + (version "2.5") (source (origin (method url-fetch) (uri (string-append "https://github.com/vincent-hugot/iTeML/" "archive/v" version ".tar.gz")) (sha256 (base32 - "1n7x5l6h4j44f75wzgzjsjkq349i4gj707w1hr7fx84igxxfr6vl")))) + "1hw3jqir7w79payy4knc38fa3nxcvl7ap6y6hnqavrhpi8zqb59j")))) (build-system ocaml-build-system) (native-inputs `(("findlib" ,ocaml-findlib))) |