python3Packages.pytest-remotedata: 0.4.0 -> 0.4.1

https://github.com/astropy/pytest-remotedata/blob/v0.4.1/CHANGES.rst
This commit is contained in:
Martin Weinelt
2023-12-20 20:45:07 +01:00
parent 00a9d26162
commit 352d3a311f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-remotedata";
version = "0.4.0";
version = "0.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-viHFWONNfBGw9q61CVbAlSC//NArf86cb46FMaQBocg=";
hash = "sha256-BcCL9jjN0e1m6wFzihZHw8cUc3w+w6vgCdLB95O0u1k=";
};
nativeBuildInputs = [