From 120a0059f1d6fa92e42cb2b9bacd7f809c573b44 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 16 Sep 2024 11:15:11 +0200 Subject: [PATCH] python312Packages.aiostreammagic: 2.3.0 -> 2.3.1 Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.3.0...2.3.1 Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.3.1 --- 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 93b699d6f358..76ebb24f5c85 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.3.0"; + version = "2.3.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; rev = "refs/tags/${version}"; - hash = "sha256-qfiLYl2FYT4SNv02aGQoRJPvMzBiPKj/yozdkTFOykU="; + hash = "sha256-IMCs4EgOign56mThQ3ljnHs7/lt5874Ni1kavkHnKws="; }; pythonRelaxDeps = [ "websockets" ];