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 2, 2025
1 parent f38e00d commit 650df51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/pycrdt-websocket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

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

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

build-system = [ hatchling ];
Expand Down Expand Up @@ -70,7 +70,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 650df51

Please sign in to comment.