Merge pull request #323578 from LeSuisse/pdoc-14.5.1

python3Packages.pdoc: 14.5.0 -> 14.5.1
This commit is contained in:
Peder Bergebakken Sundt 2024-06-30 17:46:14 +02:00 committed by GitHub
commit 9e1d223e59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pdoc";
version = "14.5.0";
version = "14.5.1";
disabled = pythonOlder "3.8";
pyproject = true;
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "pdoc";
rev = "v${version}";
hash = "sha256-lie+lPUVWVgbSGC09gMmy4Z2BdC2CHFYQ60isExvhSk=";
hash = "sha256-YtoY/Sp9r6yIviXFKPYc+N8PjfKX+cZxtCZmR6fr1Tc=";
};
nativeBuildInputs = [ setuptools ];