python312Packages.pdoc: 14.6.0 -> 14.6.1 (#338098)

This commit is contained in:
Nick Cao 2024-08-29 20:04:22 -04:00 committed by GitHub
commit e0ed8cf88a
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.0";
version = "14.6.1";
disabled = pythonOlder "3.8";
pyproject = true;
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "pdoc";
rev = "v${version}";
hash = "sha256-kQBW8bN8WYvWzpqM6JatB3bB/bAQqpHGd98prznyO+g=";
hash = "sha256-9bnkpzHbYYrxVGPPdM1sWkk7IVvNd3GNJ/8CaYV52ko=";
};
nativeBuildInputs = [ setuptools ];