Unverified Commit 221a3d5b authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

csvkit: 1.5.0 -> 2.0.0
parents 15807924 19c63634
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [