Skip to content

Commit

Permalink
python3Packages.mkdocs-material-insiders: 9.5.40-insiders-4.53.14 -> …
Browse files Browse the repository at this point in the history
…9.5.42-insiders-4.53.14
  • Loading branch information
mahtaran committed Oct 20, 2024
1 parent 0633c88 commit 45108f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@

buildPythonPackage rec {
pname = "mkdocs-material";
version = "9.5.40-insiders-4.53.14";
version = "9.5.42-insiders-4.53.14";
pyproject = true;

src = fetchFromGitHub {
owner = "squidfunk";
repo = "mkdocs-material-insiders";
private = true;
rev = "refs/tags/${version}";
hash = "sha256-+zmAkQYKK4ieFSt/AJlRdj4ovcySvdAikDchPtgJMqo=";
hash = "sha256-UOdpV1cUN4K/k0IhvaBZFqvgFN5P3JNctqj5JggJ27k=";
};

disabled = pythonOlder "3.8";
Expand Down

0 comments on commit 45108f1

Please sign in to comment.