python3Packages.dockerspawner: 13.0.0 -> 14.0.0

https://github.com/jupyterhub/dockerspawner/blob/14.0.0/docs/source/changelog.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt 2025-04-01 07:13:43 +02:00
parent 61553a2903
commit 3441b0a500
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "dockerspawner";
version = "13.0.0";
version = "14.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-POlTZ9luS9wQ/vt9w8VMfTEqGzg/DhfB45ePfvnyito=";
hash = "sha256-VkHUdj7MeMGxw8diG/6IwFVZaJPkO+f2buDcysBsHSo=";
};
nativeBuildInputs = [ setuptools ];