python3Packages.aiostreammagic: 2.12.1 -> 2.13.0

This commit is contained in:
R. Ryantm
2026-02-19 20:36:23 +00:00
parent 9c47edbb53
commit 41a50ddc3a
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiostreammagic";
version = "2.12.1";
version = "2.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "noahhusby";
repo = "aiostreammagic";
tag = finalAttrs.version;
hash = "sha256-CctTyRaJ8lVIniVEc+SmGk+UxW8pcAzhqzrqj1WtIwY=";
hash = "sha256-8Fl+J4qhl6RFP9qTJScNFx2MTp2eGHocJjXUuVjYgq4=";
};
build-system = [ poetry-core ];