python3Packages.mkdocs-material: 9.0.13 -> 9.0.15

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:30 +01:00
parent 7c938a01f8
commit 40bd3206ec

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "mkdocs-material";
version = "9.0.13";
version = "9.0.15";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "squidfunk";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ijZPHfrOzUoUZO8dQwsPNg5DBd1YNsOahC8zaOXIcWs=";
hash = "sha256-GIzHgCU4BzHuQMBleGn9DcJBm+pQ7/JP67e8eIcyhpc=";
};
nativeBuildInputs = [