python313Packages.aiostreammagic: 2.10.0 -> 2.11.0 (#385664)

This commit is contained in:
Nick Cao
2025-02-28 17:38:34 -05:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "aiostreammagic";
version = "2.10.0";
version = "2.11.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "noahhusby";
repo = "aiostreammagic";
tag = version;
hash = "sha256-CFd8/nyE3hLbmzO/MJEnllIe2MvfD/jkGIpNdYxI8N0=";
hash = "sha256-8ahLB5F2JKpA4F21WWDFzrDxoOpIq+d1iXuCjQngGtc=";
};
build-system = [ poetry-core ];