gnu: ocaml-csv: Update to 2.3.
* gnu/packages/ocaml.scm (ocaml-csv): Update to 2.3. [license]: Update license.
This commit is contained in:
parent
e4070d404d
commit
5696fbd9bd
1 changed files with 5 additions and 3 deletions
|
@ -1498,7 +1498,7 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
|
||||||
(define-public ocaml-csv
|
(define-public ocaml-csv
|
||||||
(package
|
(package
|
||||||
(name "ocaml-csv")
|
(name "ocaml-csv")
|
||||||
(version "2.2")
|
(version "2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1508,7 +1508,7 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07qdw8bbvprk78x96pnm807rhs82ks6sxis1cf5nyng8b5nvm2mv"))))
|
"19k48517s8y1zb91a1312a0n94cbh5i5dixndcrqjmf87kkz61zx"))))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:package "csv"
|
`(#:package "csv"
|
||||||
|
@ -1520,7 +1520,9 @@ coexistence with the old (version 2) SQLite and its OCaml wrapper
|
||||||
by all major spreadsheets. This library implements pure OCaml functions to
|
by all major spreadsheets. This library implements pure OCaml functions to
|
||||||
read and write files in this format as well as some convenience functions to
|
read and write files in this format as well as some convenience functions to
|
||||||
manipulate such data.")
|
manipulate such data.")
|
||||||
(license (package-license camlp4))))
|
;; This is LGPLv2.1 with an exception that allows packages statically-linked
|
||||||
|
;; against the library to be released under any terms.
|
||||||
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
(define-public ocaml-mtime
|
(define-public ocaml-mtime
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue