gnu: csvkit: Update to 1.1.1.

* gnu/packages/wireservice.scm (csvkit): Update to 1.1.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2023-03-24 13:23:31 +00:00 committed by Ludovic Courtès
parent 0c1803571d
commit 5f49e195ca
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -210,13 +210,13 @@ (define-public python-agate-excel
(define-public csvkit
(package
(name "csvkit")
(version "1.0.5")
(version "1.1.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "csvkit" version))
(sha256
(base32
"1ffmbzk4rxnl1yhqfl58v7kvl5m9cbvjm8v7xp4mvr00sgs91lvv"))))
"08wj0hlmbdmklar12cjzqp91vcxzwifsvmgasszas8kbiyvvgpdy"))))
(build-system python-build-system)
(native-inputs
(list python-psycopg2 ; to test PostgreSQL support