guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/26: gnu: ocaml-mccs: Update to 1.1+11.


From: guix-commits
Subject: 03/26: gnu: ocaml-mccs: Update to 1.1+11.
Date: Thu, 15 Oct 2020 12:02:04 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 7ae38a0479d64e0d7d7c9a81dc18c6f6d17f9561
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 17:53:56 2020 +0200

    gnu: ocaml-mccs: Update to 1.1+11.
    
    * gnu/packages/ocaml-mccs: Update to 1.1+11.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f5d7799..521df69 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -329,7 +329,7 @@ Software distribution.")
 (define-public ocaml-mccs
   (package
     (name "ocaml-mccs")
-    (version "1.1+9")
+    (version "1.1+11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -338,7 +338,7 @@ Software distribution.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1i0hhkrqi7rqlainlg5pc4hibbx6b5dp3x99gmav8c3sbfvlk9mc"))))
+                "1gsad5cj03256i36wdjqk5pg51pyd48rpjazf0gfaakrn8lk438g"))))
     (build-system dune-build-system)
     (propagated-inputs `(("ocaml-cudf" ,ocaml-cudf)))
     (home-page "https://www.i3s.unice.fr/~cpjm/misc/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]