mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.jupyter-server-ydoc: 3.0.0 -> 3.0.1
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "jupyter-server-ydoc";
|
||||
version = "3.0.0";
|
||||
version = "3.0.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "jupyter_server_ydoc";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-8lJJjnapC+6cC2uEmd11iFyWRuCpKMfmHwH0VsH4XAQ=";
|
||||
hash = "sha256-VO9Oq9pqY45ogFAW98IZNQv+TdzTz1tvkwtPbQCWNUs=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user