Skip to content

Commit

Permalink
Merge pull request #333823 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.neoteroi-mkdocs

python312Packages.neoteroi-mkdocs: 1.0.5 -> 1.1.0
  • Loading branch information
NickCao committed Aug 11, 2024
2 parents ac076e5 + 9ad0cef commit e34e0b4
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 e34e0b4

Please sign in to comment.