python3Packages.mike: 2.1.3 -> 2.2.0

Diff: https://github.com/jimporter/mike/compare/v2.1.3...v2.2.0

Changelog: https://github.com/jimporter/mike/blob/v2.2.0/CHANGES.md
This commit is contained in:
Marcel
2026-04-14 09:44:43 +02:00
parent aca4d95fce
commit f373ef932b
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "mike";
version = "2.1.3";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jimporter";
repo = "mike";
tag = "v${version}";
hash = "sha256-eGUkYcPTrXwsZPqyDgHJlEFXzhMnenoZsjeHVGO/9WU=";
hash = "sha256-+QFtInHma433XI4EcMTpFKZVdk+x2JREo73qM35G0pQ=";
};
build-system = [