me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -210,13 +210,13 @@ for xls and xlsx files support to all @code{agate.Table} instances.")))
(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