summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-06-02 07:43:39 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-06-02 07:43:39 +0200
commit59e9b94f1e8617733c56bba10263a19b09f6f0f6 (patch)
tree7f22ea124e77797a48aaff4480293942c7ee18d5
parent21800bf8b98871c99c0a91d97690be1df07a2659 (diff)
downloadguix-patches-59e9b94f1e8617733c56bba10263a19b09f6f0f6.tar
guix-patches-59e9b94f1e8617733c56bba10263a19b09f6f0f6.tar.gz
gnu: ocaml-mccs: Update to 1.1+14.
* gnu/packages/ocaml.scm (ocaml-mccs): Update to 1.1+14.
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ec5757e87d..0ecdc5f9f9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -621,7 +621,7 @@ Software distribution.")
(define-public ocaml-mccs
(package
(name "ocaml-mccs")
- (version "1.1+13")
+ (version "1.1+14")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -630,7 +630,7 @@ Software distribution.")
(file-name (git-file-name name version))
(sha256
(base32
- "15slv97jlvbaxj221wp4sjxk4lbdfyj9vcig0jwd4n54v89ksvib"))))
+ "17bvm0jhhs8h3p5sbb65asj53a8sxl634cc0kvcivpams74837zq"))))
(build-system dune-build-system)
(propagated-inputs (list ocaml-cudf))
(home-page "https://www.i3s.unice.fr/~cpjm/misc/")