Skip to content

Commit

Permalink
python312Packages.pycrdt-websocket: 0.15.1 -> 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 6, 2025
1 parent 6a81c76 commit 5abf4f6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/development/python-modules/pycrdt-websocket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,22 @@

buildPythonPackage rec {
pname = "pycrdt-websocket";
version = "0.15.1";
version = "0.15.3";
pyproject = true;

src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pycrdt-websocket";
tag = "v${version}";
hash = "sha256-O0GRk81at8bgv+/4au8A55dZK2A28+ghy3sitAAZQBI=";
hash = "sha256-VK4nSsxF/FbCnyS1RM/JHCPS0Omj4rvdwjzLNDq2hjk=";
};

build-system = [ hatchling ];

pythonRelaxDeps = [
"pycrdt"
];

dependencies = [
anyio
pycrdt
Expand Down Expand Up @@ -70,7 +74,7 @@ buildPythonPackage rec {
meta = {
description = "WebSocket Connector for pycrdt";
homepage = "https://github.com/jupyter-server/pycrdt-websocket";
changelog = "https://github.com/jupyter-server/pycrdt-websocket/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/jupyter-server/pycrdt-websocket/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = lib.teams.jupyter.members;
};
Expand Down

0 comments on commit 5abf4f6

Please sign in to comment.