python312Packages.aiostream: 0.6.3 -> 0.6.4 (#357853)

This commit is contained in:
Nick Cao 2024-11-21 09:58:23 -05:00 committed by GitHub
commit 6e17454c31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiostream";
version = "0.6.3";
version = "0.6.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "vxgmichel";
repo = "aiostream";
rev = "refs/tags/v${version}";
hash = "sha256-MssA4gDo79mlHjVwQAxhX6DZPHB4Quo6V05Nye91oJg=";
hash = "sha256-hRbPK1JsB/JQuSjj81YMUAI8eDUyXCOFhdW22ZJ47xU=";
};
build-system = [ setuptools ];