about summary refs log tree commit diff
diff options
context:
space:
mode:
authornixpkgs-merge-bot[bot] <148217876+nixpkgs-merge-bot[bot]@users.noreply.github.com>2024-05-03 18:49:46 +0000
committerGitHub <noreply@github.com>2024-05-03 18:49:46 +0000
commit221a3d5bb3fd4942217740eacfe924f2db8cc5e0 (patch)
tree4d5909fdd966bb0942416f15ce101a2460e62039
parent158079242d3d8cd1bfb9a233a88cc534cdf0ce3f (diff)
parent19c636343878ff155d1f32ac87223476148adab3 (diff)
Merge pull request #308630 from r-ryantm/auto-update/csvkit
csvkit: 1.5.0 -> 2.0.0
-rw-r--r--pkgs/by-name/cs/csvkit/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/cs/csvkit/package.nix b/pkgs/by-name/cs/csvkit/package.nix
index 6c4da10bfd523..3b0a3b563961e 100644
--- a/pkgs/by-name/cs/csvkit/package.nix
+++ b/pkgs/by-name/cs/csvkit/package.nix
@@ -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; [