python311Packages.neoteroi-mkdocs: 1.0.4 -> 1.0.5 (#289326)
This commit is contained in:
parent
0c458695bd
commit
4c60b979f5
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue