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
This commit is contained in:
parent
1921736984
commit
4bb70cfa28
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue