Robert Schütz 2023-03-21 16:53:44 -07:00 committed by Robert Schütz
parent 1921736984
commit 4bb70cfa28

View file

@ -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 ];
};