python312Packages.mkdocs-material: 9.5.29 -> 9.5.30

This commit is contained in:
R. Ryantm
2024-07-28 03:49:26 +00:00
parent 1d72886b8a
commit e84e0197b5
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "mkdocs-material";
version = "9.5.29";
version = "9.5.30";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "squidfunk";
repo = "mkdocs-material";
rev = "refs/tags/${version}";
hash = "sha256-ebn19oD1Q+HYo9tksiDX1FlKKaB4U/bN51JCHXxSHx8=";
hash = "sha256-VgOPmOwPAwTqCCDxtiQ3dReTdjfXYL7/1CdSqTgw+uo=";
};
nativeBuildInputs = [