python3Packages.aiostreammagic: 2.13.0 -> 2.13.1

Diff: https://github.com/noahhusby/aiostreammagic/compare/2.13.0...2.13.1

Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.13.1
This commit is contained in:
Fabian Affolter
2026-05-21 09:42:00 +02:00
parent ab3689b7ff
commit 9e0d1d46d3
@@ -11,14 +11,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiostreammagic";
version = "2.13.0";
version = "2.13.1";
pyproject = true;
src = fetchFromGitHub {
owner = "noahhusby";
repo = "aiostreammagic";
tag = finalAttrs.version;
hash = "sha256-8Fl+J4qhl6RFP9qTJScNFx2MTp2eGHocJjXUuVjYgq4=";
hash = "sha256-yxiK5zB6nYXMJGVrebjdCjDr1wpNPlagusCiyf4TeRA=";
};
build-system = [ poetry-core ];