python3Packages.clevercsv: 0.8.4 -> 0.8.5 (#519205)

This commit is contained in:
Martin Weinelt
2026-05-12 01:39:20 +00:00
committed by GitHub
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "clevercsv";
version = "0.8.4";
version = "0.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "alan-turing-institute";
repo = "CleverCSV";
tag = "v${version}";
hash = "sha256-yp102f0WHu9wdVpXBIXn4lP7fi1UOQdA7M11hyVyRyM=";
hash = "sha256-XbRydL/4EzsKKlxtMnuv5HLB0VAThRAjH0IDCfRFFTc=";
};
build-system = [ setuptools ];