diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-11-03 13:12:33 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-11-03 13:24:19 +0100 |
commit | 0e27aa1213951c5d6ba1feeef20b94ce0fdf82fa (patch) | |
tree | a80345a627d6c8e5dacc150d3a6cd724262c861a /gnu | |
parent | c1cafe27a127c81afa8815ccebcd6ca74b5d03a7 (diff) | |
download | guix-0e27aa1213951c5d6ba1feeef20b94ce0fdf82fa.tar.gz |
gnu: ocaml-ocp-index: Update to 1.3.4.
* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 2c735823a0..2dd47bc84e 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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")) |