me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-mccs: Update to 1.1+11.

* gnu/packages/ocaml-mccs: Update to 1.1+11.
master
Julien Lepiller 2020-09-30 17:53:56 +02:00
parent 61949dbc8a
commit 7ae38a0479
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -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/")