0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python312Packages.pdoc: 15.0.2 -> 15.0.3 (#400706)

This commit is contained in:
Peder Bergebakken Sundt 2025-04-22 16:35:01 +02:00 committed by GitHub
commit dda4564375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pdoc";
version = "15.0.2";
version = "15.0.3";
disabled = pythonOlder "3.9";
pyproject = true;
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "pdoc";
rev = "v${version}";
hash = "sha256-5NOoe8TEqK+Zypv5eR/YLGwOmcigiP3RnuWQ6uC+DSI=";
hash = "sha256-qr0K+ZOmEPWMkm/cPisdw6gSPZI4FvICaKQNt/sef40=";
};
build-system = [ setuptools ];