Skip to content

Commit

Permalink
Merge pull request #253779 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.ypy-websocket

python311Packages.ypy-websocket: 0.12.1 -> 0.12.2
  • Loading branch information
natsukium authored Sep 8, 2023
2 parents 67b75cf + 4766ef1 commit 723341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ypy-websocket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "ypy-websocket";
version = "0.12.1";
version = "0.12.2";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "y-crdt";
repo = "ypy-websocket";
rev = "refs/tags/v${version}";
hash = "sha256-JsSOh7CSHUnGJmNAP87fMMsRgdj6nNna1XVe15MYqoA=";
hash = "sha256-3ANuIwRxUoFo5SSdTvBhTHExrYR7timu7XkE0t+UyWk=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 723341d

Please sign in to comment.