python312Packages.pdoc: 14.6.1 -> 14.7.0 (#341376)

This commit is contained in:
Nick Cao 2024-09-12 17:46:09 -04:00 committed by GitHub
commit 36f4633fc4
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.6.1";
version = "14.7.0";
disabled = pythonOlder "3.8";
pyproject = true;
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "pdoc";
rev = "v${version}";
hash = "sha256-9bnkpzHbYYrxVGPPdM1sWkk7IVvNd3GNJ/8CaYV52ko=";
hash = "sha256-U6gLEuyKvGGP5yKXb+bWDGJqmHTdPYLLPgHLVySAJ6I=";
};
nativeBuildInputs = [ setuptools ];