1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #321107 from r-ryantm/auto-update/python311Packages.pycrdt-websocket

python311Packages.pycrdt-websocket: 0.13.4 -> 0.13.5
This commit is contained in:
OTABI Tomoya 2024-06-20 18:38:32 +09:00 committed by GitHub
commit 88470d6246
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pycrdt-websocket";
version = "0.13.4";
version = "0.13.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "jupyter-server";
repo = "pycrdt-websocket";
rev = "refs/tags/v${version}";
hash = "sha256-nkm1ZQ6bYBRDDoREovhEthDZoHApYxzAnwVgDgpWW/s=";
hash = "sha256-dzlmgxrdQ97+DO/vDtoX7PIOpngEE+FGUGq1vdVmhNw=";
};
build-system = [ hatchling ];