From f3412ad4b87841984ff747853418e78e315a5b16 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 28 Feb 2025 00:03:02 +0100 Subject: [PATCH] python313Packages.aiostreammagic: 2.10.0 -> 2.11.0 Diff: https://github.com/noahhusby/aiostreammagic/compare/refs/tags/2.10.0...2.11.0 Changelog: https://github.com/noahhusby/aiostreammagic/releases/tag/2.11.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 e694ac41240e..49e1a6b5884d 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.10.0"; + version = "2.11.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "noahhusby"; repo = "aiostreammagic"; tag = version; - hash = "sha256-CFd8/nyE3hLbmzO/MJEnllIe2MvfD/jkGIpNdYxI8N0="; + hash = "sha256-8ahLB5F2JKpA4F21WWDFzrDxoOpIq+d1iXuCjQngGtc="; }; build-system = [ poetry-core ];