python311Packages.neoteroi-mkdocs: 1.0.4 -> 1.0.5 (#289326)

This commit is contained in:
R. RyanTM 2024-02-21 01:26:42 -08:00 committed by GitHub
parent 0c458695bd
commit 4c60b979f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,14 +16,14 @@
}:
buildPythonPackage rec {
pname = "neoteroi-mkdocs";
version = "1.0.4";
version = "1.0.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "mkdocs-plugins";
rev = "v${version}";
hash = "sha256-UyTlgKWdBWckI9sBL4GRQtgNHYpHpZlWVOdmdQ+7lss=";
rev = "refs/tags/v${version}";
hash = "sha256-gpU3G1PeZTKO4fWr4x8Ek0GIBEP3oRAgu7OFn2OZbRE=";
};
buildInputs = [