guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: csvkit: Update to 1.1.1.


From: guix-commits
Subject: 07/08: gnu: csvkit: Update to 1.1.1.
Date: Sun, 14 May 2023 17:21:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 5f49e195cac1ab82cff1eec5e992d9bd6e325ee1
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Mar 24 13:23:31 2023 +0000

    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>
---
 gnu/packages/wireservice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wireservice.scm b/gnu/packages/wireservice.scm
index ace3c17082..70b4fc0839 100644
--- a/gnu/packages/wireservice.scm
+++ b/gnu/packages/wireservice.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]