me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.4.
Julien Lepiller 2022-11-03 13:12:33 +01:00
parent c1cafe27a1
commit 0e27aa1213
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 2 additions and 2 deletions

View File

@ -3191,7 +3191,7 @@ This package includes:
(define-public ocaml-ocp-index
(package
(name "ocaml-ocp-index")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method git-fetch)
@ -3201,7 +3201,7 @@ This package includes:
(file-name (git-file-name name version))
(sha256
(base32
"1gbigw5s2cafkr82n9vkxbb892qfkykj0adj0hrdkrkw8j6rfl0j"))))
"031b3s8ppqkpw1n6h87h6jzjkmny6yig9wfimmgwnljafcc83d3b"))))
(build-system dune-build-system)
(arguments
`(#:package "ocp-index"))