From 27ca005e9762a215d15311df70bc5db7e70d22e4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 16 Oct 2024 09:19:54 +0200 Subject: [PATCH] python312Packages.aiostreammagic: 2.5.0 -> 2.6.0 Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.5.0...2.6.0 Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.6.0 --- pkgs/development/python-modules/aiostreammagic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiostreammagic/default.nix b/pkgs/development/python-modules/aiostreammagic/default.nix index 4b631f5e0e4a..0cc0cc13243f 100644 --- a/pkgs/development/python-modules/aiostreammagic/default.nix +++ b/pkgs/development/python-modules/aiostreammagic/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "aiostreammagic"; - version = "2.5.0"; + version = "2.6.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; rev = "refs/tags/${version}"; - hash = "sha256-Tb15ro+6K+7jqmer/bXDJUEBonMv1sZSU/0ZtCWOCfc="; + hash = "sha256-Clio8JBxlZillqZIYuM8rLcXJeAIS81iXJiopevgpjc="; }; pythonRelaxDeps = [ "websockets" ];