Skip to content

Commit

Permalink
python312Packages.pdoc: 15.0.0 -> 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 15, 2024
1 parent df586b9 commit ee9f0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +24,7 @@ buildPythonPackage rec {
owner = "mitmproxy";
repo = "pdoc";
rev = "v${version}";
hash = "sha256-6XEcHhaKkxY/FU748f+OsTcSgrM4iQTmJAL8rJ3EqnY=";
hash = "sha256-HDrDGnK557EWbBQtsvDzTst3oV0NjLRm4ilXaxd6/j8=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit ee9f0ea

Please sign in to comment.