Skip to content

Commit

Permalink
Merge pull request NixOS#301206 from r-ryantm/auto-update/csvkit
Browse files Browse the repository at this point in the history
csvkit: 1.4.0 -> 1.5.0
  • Loading branch information
wegank committed Apr 9, 2024
2 parents bd33b18 + 360db45 commit e4bfb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cs/csvkit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

let
pname = "csvkit";
version = "1.4.0";
version = "1.5.0";
pythonEnv = python3;
in
pythonEnv.pkgs.buildPythonApplication {
Expand All @@ -14,7 +14,7 @@ pythonEnv.pkgs.buildPythonApplication {

src = fetchPypi {
inherit pname version;
hash = "sha256-LP7EM2egXMXl35nJCZC5WmNtjPmEukbOePzuj/ynr/g=";
hash = "sha256-lnqL6PxY7fViEiW1pqaXsOhzC5YupoCFkWqRhgsiIRw=";
};

propagatedBuildInputs = with pythonEnv.pkgs; [
Expand Down

0 comments on commit e4bfb44

Please sign in to comment.