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

csvkit: 1.4.0 -> 1.5.0
This commit is contained in:
Weijia Wang 2024-04-09 15:02:11 +02:00 committed by GitHub
commit e4bfb44c9a
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.4.0";
version = "1.5.0";
pythonEnv = python3;
in
pythonEnv.pkgs.buildPythonApplication {
@ -14,7 +14,7 @@ pythonEnv.pkgs.buildPythonApplication {
src = fetchPypi {
inherit pname version;
hash = "sha256-LP7EM2egXMXl35nJCZC5WmNtjPmEukbOePzuj/ynr/g=";
hash = "sha256-lnqL6PxY7fViEiW1pqaXsOhzC5YupoCFkWqRhgsiIRw=";
};
propagatedBuildInputs = with pythonEnv.pkgs; [