python3Packages.clevercsv: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2025-10-31 12:29:03 +00:00
parent 62978ff367
commit e66c33c09f
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "clevercsv";
version = "0.8.3";
version = "0.8.4";
pyproject = true;
src = fetchFromGitHub {
owner = "alan-turing-institute";
repo = "CleverCSV";
tag = "v${version}";
hash = "sha256-T4eYTr3+MUr1fPWE490v1m8THdZrBUP4wODftjpvnLQ=";
hash = "sha256-yp102f0WHu9wdVpXBIXn4lP7fi1UOQdA7M11hyVyRyM=";
};
build-system = [ setuptools ];