Merge pull request #168557 from r-ryantm/auto-update/python3.10-pytest-astropy

python310Packages.pytest-astropy: 0.9.0 -> 0.10.0
This commit is contained in:
Fabian Affolter 2022-04-14 08:33:18 +02:00 committed by GitHub
commit 87ed14064e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "pytest-astropy";
version = "0.9.0";
version = "0.10.0";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "7cdac1b2a5460f37477a329712c3a5d4af4ddf876b064731995663621be4308b";
sha256 = "sha256-hePGbO7eTOZo9HOzzzd/yyqjxI4k8oqqN3roYATM4hE=";
};
nativeBuildInputs = [