mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: ocaml-ocp-index: Update to 1.3.4.
* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.4.
This commit is contained in:
parent
c1cafe27a1
commit
0e27aa1213
1 changed files with 2 additions and 2 deletions
|
@ -3191,7 +3191,7 @@ (define-public ocaml-ocp-indent
|
||||||
(define-public ocaml-ocp-index
|
(define-public ocaml-ocp-index
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ocp-index")
|
(name "ocaml-ocp-index")
|
||||||
(version "1.3.3")
|
(version "1.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3201,7 +3201,7 @@ (define-public ocaml-ocp-index
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gbigw5s2cafkr82n9vkxbb892qfkykj0adj0hrdkrkw8j6rfl0j"))))
|
"031b3s8ppqkpw1n6h87h6jzjkmny6yig9wfimmgwnljafcc83d3b"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "ocp-index"))
|
`(#:package "ocp-index"))
|
||||||
|
|
Loading…
Reference in a new issue