Merge pull request #165568 from r-ryantm/auto-update/mkdocs-material

python310Packages.mkdocs-material: 8.2.5 -> 8.2.6
This commit is contained in:
Fabian Affolter 2022-03-24 08:45:54 +01:00 committed by GitHub
commit 8e8f433eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
buildPythonApplication rec {
pname = "mkdocs-material";
version = "8.2.5";
version = "8.2.6";
src = fetchFromGitHub {
owner = "squidfunk";
repo = pname;
rev = version;
sha256 = "0v30x2cgc5i307p0hsy5h58pfd8w6xpnvimsb75614xlmx3ycaqd";
sha256 = "sha256-4t9LBZc73V8eAIUO+BAZPgak+AX3o2YKZJWug+b6TBY=";
};
propagatedBuildInputs = [