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 { buildPythonPackage rec {
pname = "clevercsv"; pname = "clevercsv";
version = "0.7.5"; version = "0.7.6";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alan-turing-institute"; owner = "alan-turing-institute";
repo = "CleverCSV"; repo = "CleverCSV";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-zpnUw0ThYbbYS7CYgsi0ZL1qxbY4B1cy2NhrUU9uzig="; hash = "sha256-mdsznhxTykEGZAFvTRZTCM11fR4tkwfpa95k7udE33c=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -64,7 +64,7 @@ buildPythonPackage rec {
with CSV files. with CSV files.
''; '';
homepage = "https://github.com/alan-turing-institute/CleverCSV"; 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; license = licenses.mit;
maintainers = with maintainers; [ hexa ]; maintainers = with maintainers; [ hexa ];
}; };