Archived
1
0
Fork 0

gnu: ocaml-ocp-index: Update to 1.3.3.

* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.3.
This commit is contained in:
Julien Lepiller 2022-02-03 14:19:53 +01:00
parent 040d12a2f6
commit a52ad7e8be
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -2958,7 +2958,7 @@ This package includes:
(define-public ocaml-ocp-index (define-public ocaml-ocp-index
(package (package
(name "ocaml-ocp-index") (name "ocaml-ocp-index")
(version "1.3.2") (version "1.3.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2968,7 +2968,7 @@ This package includes:
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0y7fk8s477f40vvbsp4ikxv1v51y6bzj416bh1sc3f17rbnczpkk")))) "1gbigw5s2cafkr82n9vkxbb892qfkykj0adj0hrdkrkw8j6rfl0j"))))
(build-system dune-build-system) (build-system dune-build-system)
(arguments (arguments
`(#:package "ocp-index")) `(#:package "ocp-index"))