python3Packages.neoteroi-mkdocs: 1.1.2 -> 1.1.3

https://github.com/Neoteroi/mkdocs-plugins/releases/v1.1.3

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
neoteroi-mkdocs
+2 -2
pkgs/development/python-modules/neoteroi-mkdocs/default.nix
···
}:
buildPythonPackage rec {
pname = "neoteroi-mkdocs";
-
version = "1.1.2";
+
version = "1.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "mkdocs-plugins";
tag = "v${version}";
-
hash = "sha256-+bH4pkY+BE31t3b750ZAbbesKLFjgx6KF9b2tXFTmhI=";
+
hash = "sha256-4Rd4VhgaMzoSZ87FMQsUxadGG1ucQgGY0Y4uZoZl380=";
};
buildInputs = [ hatchling ];