pypi-mirror: 5.0.1 -> 5.0.2

This commit is contained in:
R. Ryantm 2023-02-25 12:14:35 +00:00
parent 21299ca839
commit 39ff9ec4c8

View file

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