From aa0e7f56b102aba9fd6b55a2c6c856631a4a57d1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 21 Nov 2024 11:15:21 +0100 Subject: [PATCH] python312Packages.aiostream: 0.6.3 -> 0.6.4 Diff: https://github.com/vxgmichel/aiostream/compare/refs/tags/v0.6.3...v0.6.4 Changelog: https://github.com/vxgmichel/aiostream/releases/tag/v0.6.4 --- pkgs/development/python-modules/aiostream/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiostream/default.nix b/pkgs/development/python-modules/aiostream/default.nix index 701278b299c8..184f889bd209 100644 --- a/pkgs/development/python-modules/aiostream/default.nix +++ b/pkgs/development/python-modules/aiostream/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aiostream"; - version = "0.6.3"; + version = "0.6.4"; pyproject = true; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "vxgmichel"; repo = "aiostream"; rev = "refs/tags/v${version}"; - hash = "sha256-MssA4gDo79mlHjVwQAxhX6DZPHB4Quo6V05Nye91oJg="; + hash = "sha256-hRbPK1JsB/JQuSjj81YMUAI8eDUyXCOFhdW22ZJ47xU="; }; build-system = [ setuptools ];