about summary refs log tree commit diff
path: root/pkgs/development/python-modules/clevercsv
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-03-21 16:53:44 -0700
committerRobert Schütz <github@dotlambda.de>2023-03-23 10:09:15 -0700
commit4bb70cfa285a65042cd19ed3640355581ec852ba (patch)
tree41fcf44eb78a81b4988eb14e34ace2bf1c61c087 /pkgs/development/python-modules/clevercsv
parent19217369841af150089f1b554a771dfba5621b0a (diff)
python310Packages.clevercsv: 0.7.5 -> 0.7.6
Diff: https://github.com/alan-turing-institute/CleverCSV/compare/refs/tags/v0.7.5...v0.7.6

Changelog: https://github.com/alan-turing-institute/CleverCSV/blob/v0.7.6/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/clevercsv')
-rw-r--r--pkgs/development/python-modules/clevercsv/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/clevercsv/default.nix b/pkgs/development/python-modules/clevercsv/default.nix
index 22416afa6ebeb..fdd2e1f894c1d 100644
--- a/pkgs/development/python-modules/clevercsv/default.nix
+++ b/pkgs/development/python-modules/clevercsv/default.nix
@@ -12,14 +12,14 @@
 
 buildPythonPackage rec {
   pname = "clevercsv";
-  version = "0.7.5";
+  version = "0.7.6";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "alan-turing-institute";
     repo = "CleverCSV";
     rev = "refs/tags/v${version}";
-    hash = "sha256-zpnUw0ThYbbYS7CYgsi0ZL1qxbY4B1cy2NhrUU9uzig=";
+    hash = "sha256-mdsznhxTykEGZAFvTRZTCM11fR4tkwfpa95k7udE33c=";
   };
 
   propagatedBuildInputs = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
       with CSV files.
     '';
     homepage = "https://github.com/alan-turing-institute/CleverCSV";
-    changelog = "https://github.com/alan-turing-institute/CleverCSV/blob/master/CHANGELOG.md";
+    changelog = "https://github.com/alan-turing-institute/CleverCSV/blob/${src.rev}/CHANGELOG.md";
     license = licenses.mit;
     maintainers = with maintainers; [ hexa ];
   };