16 buildPythonPackage rec {
18 version = "unstable-2023-05-06";
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
26 rev = "300593c338b18f61f604d18457c351e166318020";
27 hash = "sha256-Sjj2275IJDtLjG6uO9h4FbgxXTMgqD8c/rJj6iOxfuI=";
30 propagatedBuildInputs = [
45 export PATH=$out/bin:$PATH
51 pythonImportsCheck = [ "mike" ];
54 description = "Manage multiple versions of your MkDocs-powered documentation";
56 homepage = "https://github.com/jimporter/mike";
57 license = licenses.bsd3;