gnu: ocaml-mccs: Update to 1.1+14.
* gnu/packages/ocaml.scm (ocaml-mccs): Update to 1.1+14.
This commit is contained in:
parent
21800bf8b9
commit
59e9b94f1e
1 changed files with 2 additions and 2 deletions
|
|
@ -621,7 +621,7 @@ Software distribution.")
|
||||||
(define-public ocaml-mccs
|
(define-public ocaml-mccs
|
||||||
(package
|
(package
|
||||||
(name "ocaml-mccs")
|
(name "ocaml-mccs")
|
||||||
(version "1.1+13")
|
(version "1.1+14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
|
@ -630,7 +630,7 @@ Software distribution.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15slv97jlvbaxj221wp4sjxk4lbdfyj9vcig0jwd4n54v89ksvib"))))
|
"17bvm0jhhs8h3p5sbb65asj53a8sxl634cc0kvcivpams74837zq"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs (list ocaml-cudf))
|
(propagated-inputs (list ocaml-cudf))
|
||||||
(home-page "https://www.i3s.unice.fr/~cpjm/misc/")
|
(home-page "https://www.i3s.unice.fr/~cpjm/misc/")
|
||||||
|
|
|
||||||
Reference in a new issue