mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
040d12a2f6
commit
a52ad7e8be
1 changed files with 2 additions and 2 deletions
|
@ -2958,7 +2958,7 @@ (define-public ocaml-ocp-indent
|
|||
(define-public ocaml-ocp-index
|
||||
(package
|
||||
(name "ocaml-ocp-index")
|
||||
(version "1.3.2")
|
||||
(version "1.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2968,7 +2968,7 @@ (define-public ocaml-ocp-index
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y7fk8s477f40vvbsp4ikxv1v51y6bzj416bh1sc3f17rbnczpkk"))))
|
||||
"1gbigw5s2cafkr82n9vkxbb892qfkykj0adj0hrdkrkw8j6rfl0j"))))
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:package "ocp-index"))
|
||||
|
|
Loading…
Reference in a new issue