Skip to content

Commit

Permalink
python312Packages.aiostreammagic: 2.2.5 -> 2.3.0 (#341627)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Sep 14, 2024
2 parents 0ac9e3f + 79aabc4 commit d65ed95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiostreammagic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "aiostreammagic";
version = "2.2.5";
version = "2.3.0";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "noahhusby";
repo = "aiostreammagic";
rev = "refs/tags/${version}";
hash = "sha256-fJiP16LvHuYlSkeq/SijWI8YEX8T4lGDJLAVvKplgHI=";
hash = "sha256-qfiLYl2FYT4SNv02aGQoRJPvMzBiPKj/yozdkTFOykU=";
};

pythonRelaxDeps = [ "websockets" ];
Expand Down

0 comments on commit d65ed95

Please sign in to comment.