Skip to content

Commit

Permalink
python3Packages.mkdocs-material-insiders: 9.5.39-insiders-4.53.14 -> …
Browse files Browse the repository at this point in the history
…9.5.40-insiders-4.53.14

Signed-off-by: Luka Leer <luka.leer@gmail.com>
  • Loading branch information
mahtaran committed Oct 20, 2024
1 parent f37ac42 commit 0633c88
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonAtLeast,
pythonOlder,

# Build
hatchling,
Expand Down Expand Up @@ -37,18 +37,18 @@

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

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

disabled = !pythonAtLeast "3.8";
disabled = pythonOlder "3.8";

build-system = [
hatchling
Expand Down

0 comments on commit 0633c88

Please sign in to comment.