python310Packages.pytest-astropy: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2022-04-13 21:32:58 +00:00
parent 7feda9ba09
commit 426d2c8e9d

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 = [