Skip to content

Commit

Permalink
python312Packages.aiostreammagic: 2.6.0 -> 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 17, 2024
1 parent 27ca005 commit 5ece10e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/python-modules/aiostreammagic/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
mashumaro,
Expand All @@ -13,7 +12,7 @@

buildPythonPackage rec {
pname = "aiostreammagic";
version = "2.6.0";
version = "2.8.1";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -22,15 +21,14 @@ buildPythonPackage rec {
owner = "noahhusby";
repo = "aiostreammagic";
rev = "refs/tags/${version}";
hash = "sha256-Clio8JBxlZillqZIYuM8rLcXJeAIS81iXJiopevgpjc=";
hash = "sha256-xXKI7qbIAyG957TTZHoA23sQvvom2TNDGSGSTlRcZUQ=";
};

pythonRelaxDeps = [ "websockets" ];

build-system = [ poetry-core ];

dependencies = [
aiohttp
mashumaro
orjson
websockets
Expand Down

0 comments on commit 5ece10e

Please sign in to comment.