python312Packages.neoteroi-mkdocs: 1.0.5 -> 1.1.0

This commit is contained in:
R. Ryantm
2024-08-11 02:26:07 +00:00
parent 2d2404abaf
commit 9ad0cefda7
@@ -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 ];