python310Packages.mkdocs-redirects: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2023-07-19 12:51:38 +00:00
parent 93da236e05
commit c42179e1c8

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "mkdocs-redirects";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "mkdocs";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+Ti+Z5gL5vVlQDt+KRw9nNHHKhRtEfguQe1K001DK9E=";
hash = "sha256-zv/tCsC2wrD0iH7Kvlq4nXJMPMGQ7+l68Y/q/x66LBg=";
};
propagatedBuildInputs = [