python3Packages.sphinx-sitemap: 2.6.0 -> 2.7.2

This commit was automatically generated using update-python-libraries.

Changed files
+4 -4
pkgs
development
python-modules
sphinx-sitemap
+4 -4
pkgs/development/python-modules/sphinx-sitemap/default.nix
···
}:
let
pname = "sphinx-sitemap";
-
version = "2.6.0";
+
version = "2.7.2";
in
-
buildPythonPackage {
+
buildPythonPackage rec {
inherit pname version;
pyproject = true;
···
owner = "jdillard";
repo = "sphinx-sitemap";
tag = "v${version}";
-
hash = "sha256-RERa+/MVug2OQ/FAXS4LOQHB4eEuIW2rwcdZUOrr6g8=";
+
hash = "sha256-b8eo77Ab9w8JR6mLqXcIWeTkuJFTHjJBk440fksBbyw=";
};
nativeBuildInputs = [ setuptools ];
···
];
meta = with lib; {
-
changelog = "https://github.com/jdillard/sphinx-sitemap/releases/tag/v${version}";
+
changelog = "https://github.com/jdillard/sphinx-sitemap/releases/tag/${src.tag}";
description = "Sitemap generator for Sphinx";
homepage = "https://github.com/jdillard/sphinx-sitemap";
maintainers = with maintainers; [ alejandrosame ];