Merge pull request #308630 from r-ryantm/auto-update/csvkit

csvkit: 1.5.0 -> 2.0.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-03 18:49:46 +00:00 committed by GitHub
commit 221a3d5bb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
let
pname = "csvkit";
version = "1.5.0";
version = "2.0.0";
pythonEnv = python3;
in
pythonEnv.pkgs.buildPythonApplication {
@ -14,7 +14,7 @@ pythonEnv.pkgs.buildPythonApplication {
src = fetchPypi {
inherit pname version;
hash = "sha256-lnqL6PxY7fViEiW1pqaXsOhzC5YupoCFkWqRhgsiIRw=";
hash = "sha256-MR8heHYVqRZWiX4hfGKrJshEbWcwm2G9AT40WzWBb98=";
};
propagatedBuildInputs = with pythonEnv.pkgs; [