pypi-mirror: 5.0.2 -> 5.2.0

This commit is contained in:
R. Ryantm 2024-01-22 17:25:23 +00:00
parent 4e2e46fe89
commit f23f877ff5

View File

@ -4,13 +4,13 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "pypi-mirror";
version = "5.0.2";
version = "5.2.0";
src = fetchFromGitHub {
owner = "montag451";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-AqE3lAcqWq5CGsgwm8jLa1wX93deFC4mKn+oaVhO508=";
sha256 = "sha256-bvnOieNs8pCDKuCSJx88vRxFPcOGWUj/i3mNS6E/nok=";
};
pythonImportsCheck = [ "pypi_mirror" ];