summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2021-11-20 02:49:04 +0100
committerJulien Lepiller <julien@lepiller.eu>2021-11-20 03:48:19 +0100
commitb8f950cf9d7b13172c83a1c9f2a88e59658a8521 (patch)
tree740a483d1cd3f59e980e829f7e31f2d07383b48b /gnu/packages/ocaml.scm
parent8e15801f2322ca56ebaa4e4dac1a9bb8de363fe0 (diff)
gnu: ocaml-csv: Update to 2.4.
* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.4.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 73884847b5..111b9e31a3 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2048,7 +2048,7 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
(define-public ocaml-csv
(package
(name "ocaml-csv")
- (version "2.3")
+ (version "2.4")
(source
(origin
(method git-fetch)
@@ -2058,7 +2058,7 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
(file-name (git-file-name name version))
(sha256
(base32
- "19k48517s8y1zb91a1312a0n94cbh5i5dixndcrqjmf87kkz61zx"))))
+ "0y2hlqlmqs7r4y5mfzc5qdv7gdp3wxbwpz458vf7fj4593vg94cf"))))
(build-system dune-build-system)
(arguments
`(#:package "csv"