Merge pull request #282957 from r-ryantm/auto-update/pypi-mirror

pypi-mirror: 5.0.2 -> 5.2.0
This commit is contained in:
Nick Cao 2024-01-22 16:58:55 -05:00 committed by GitHub
commit 5828c4d520
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];