python310Packages.pytest-remotedata: 0.3.3 -> 0.4.0

This commit is contained in:
R. Ryantm 2022-12-14 05:05:19 +00:00
parent e156da2bdd
commit 07def67e0a

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-remotedata";
version = "0.3.3";
version = "0.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "66920bf1c62928b079d0e611379111a0d49f10a9509ced54c8269514ccce6ee3";
sha256 = "sha256-viHFWONNfBGw9q61CVbAlSC//NArf86cb46FMaQBocg=";
};
nativeBuildInputs = [