12 pname = "sphinx-sitemap";
16 inherit pname version;
19 src = fetchFromGitHub {
21 repo = "sphinx-sitemap";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-RERa+/MVug2OQ/FAXS4LOQHB4eEuIW2rwcdZUOrr6g8=";
26 nativeBuildInputs = [ setuptools ];
28 propagatedBuildInputs = [ sphinx ];
37 changelog = "https://github.com/jdillard/sphinx-sitemap/releases/tag/v${version}";
38 description = "Sitemap generator for Sphinx";
39 homepage = "https://github.com/jdillard/sphinx-sitemap";
40 maintainers = with maintainers; [ alejandrosame ];
41 license = licenses.mit;