From be0619d3b78cfd02a10ea33982779be518f4ce3a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Nov 2024 21:15:57 +0100 Subject: [PATCH] python312Packages.aiostreammagic: 2.8.4 -> 2.8.5 Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.8.4...2.8.5 Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.8.5 --- 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 cc8f71f1a851..ce01f37d6c59 100644 --- a/pkgs/development/python-modules/aiostreammagic/default.nix +++ b/pkgs/development/python-modules/aiostreammagic/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aiostreammagic"; - version = "2.8.4"; + version = "2.8.5"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; rev = "refs/tags/${version}"; - hash = "sha256-TleCQjx1s8S1YTxh/d1T3oozQAwzPTCurzjLjDCebik="; + hash = "sha256-1/9cpdKRr7O4Ji34OSkbBudSedTAt50oGZBc88XNI18="; }; pythonRelaxDeps = [ "websockets" ];