mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
Merge pull request #333823 from r-ryantm/auto-update/python312Packages.neoteroi-mkdocs
python312Packages.neoteroi-mkdocs: 1.0.5 -> 1.1.0
This commit is contained in:
commit
e34e0b4d81
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue