Skip to content

Commit

Permalink
python312Packages.pdoc: 15.0.0 -> 15.0.1 (#365453)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Dec 16, 2024
2 parents 5b3caa6 + f9883d9 commit 4d5b774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pdoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "pdoc";
version = "15.0.0";
version = "15.0.1";
disabled = pythonOlder "3.9";

pyproject = true;
Expand All @@ -24,10 +24,10 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "pdoc";
rev = "v${version}";
hash = "sha256-6XEcHhaKkxY/FU748f+OsTcSgrM4iQTmJAL8rJ3EqnY=";
hash = "sha256-HDrDGnK557EWbBQtsvDzTst3oV0NjLRm4ilXaxd6/j8=";
};

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

dependencies = [
jinja2
Expand Down

0 comments on commit 4d5b774

Please sign in to comment.