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 {
|
buildPythonPackage rec {
|
||||||
pname = "neoteroi-mkdocs";
|
pname = "neoteroi-mkdocs";
|
||||||
version = "1.0.4";
|
version = "1.0.5";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Neoteroi";
|
owner = "Neoteroi";
|
||||||
repo = "mkdocs-plugins";
|
repo = "mkdocs-plugins";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-UyTlgKWdBWckI9sBL4GRQtgNHYpHpZlWVOdmdQ+7lss=";
|
hash = "sha256-gpU3G1PeZTKO4fWr4x8Ek0GIBEP3oRAgu7OFn2OZbRE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue