mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-qtest: Update to 2.5.
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.5.
This commit is contained in:
parent
7f608a9b45
commit
55f7a27cee
1 changed files with 2 additions and 2 deletions
|
@ -972,14 +972,14 @@ GNU CC attributes. It provides also a C pretty printer as an example of use.")
|
||||||
(define-public ocaml-qtest
|
(define-public ocaml-qtest
|
||||||
(package
|
(package
|
||||||
(name "ocaml-qtest")
|
(name "ocaml-qtest")
|
||||||
(version "2.3")
|
(version "2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/vincent-hugot/iTeML/"
|
(uri (string-append "https://github.com/vincent-hugot/iTeML/"
|
||||||
"archive/v" version ".tar.gz"))
|
"archive/v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n7x5l6h4j44f75wzgzjsjkq349i4gj707w1hr7fx84igxxfr6vl"))))
|
"1hw3jqir7w79payy4knc38fa3nxcvl7ap6y6hnqavrhpi8zqb59j"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("findlib" ,ocaml-findlib)))
|
`(("findlib" ,ocaml-findlib)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue