1
0
Fork 1
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:
Nick Cao 2024-08-11 10:55:56 -04:00 committed by GitHub
commit e34e0b4d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];