Skip to content

Commit

Permalink
python312Packages.neoteroi-mkdocs: 1.0.5 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 11, 2024
1 parent 2d2404a commit 9ad0cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/neoteroi-mkdocs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
}:
buildPythonPackage rec {
pname = "neoteroi-mkdocs";
version = "1.0.5";
version = "1.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Neoteroi";
repo = "mkdocs-plugins";
rev = "refs/tags/v${version}";
hash = "sha256-gpU3G1PeZTKO4fWr4x8Ek0GIBEP3oRAgu7OFn2OZbRE=";
hash = "sha256-qizF1Y3BUyr0ekoATJVa62q7gvpbMW3fIKViov2tFTI=";
};

buildInputs = [ hatchling ];
Expand Down

0 comments on commit 9ad0cef

Please sign in to comment.