python310Packages.aiocsv: 1.2.3 -> 1.2.4

Diff: https://github.com/MKuranowski/aiocsv/compare/refs/tags/v1.2.3...v1.2.4
This commit is contained in:
Fabian Affolter 2023-04-13 21:48:57 +02:00
parent f53d20ef81
commit 90ccb38ade

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiocsv";
version = "1.2.3";
version = "1.2.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "MKuranowski";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-cgPD9JdauPIHOdCNxsWInJWytj4niXozFAzJxKn52bE=";
hash = "sha256-R9gZqiHYKexXXjbAkKu9YqhZnzC/VAMSDzBYT/mF5v0=";
};
nativeBuildInputs = [