mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
0c1803571d
commit
5f49e195ca
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue