python313Packages.aiocsv: 1.3.2 -> 1.4.0

Diff: https://github.com/MKuranowski/aiocsv/compare/v1.3.2...v1.4.0
This commit is contained in:
Fabian Affolter
2025-09-23 09:18:11 +02:00
parent 9736b2d4d4
commit c3a1e3cbc7
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aiocsv";
version = "1.3.2";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "MKuranowski";
repo = "aiocsv";
tag = "v${version}";
hash = "sha256-NnRLBXvQj25dSHc8ZnUaPT8Oiy2EyHLIb8IJPQliyPg=";
hash = "sha256-cNoUrD0UP8F2W2HiSm7dQL3nhiL/h0Hr6TDsAKWb24M=";
};
build-system = [