python3Packages.restfly: 1.4.5 -> 1.4.6

This commit is contained in:
Fabian Affolter 2022-03-30 22:31:55 +02:00
parent 0af8d48266
commit 1dac39b7a1

View file

@ -7,12 +7,13 @@
, pytestCheckHook
, python-box
, pythonOlder
, responses
, requests
}:
buildPythonPackage rec {
pname = "restfly";
version = "1.4.5";
version = "1.4.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "stevemcgrath";
repo = pname;
rev = version;
hash = "sha256-wWFf8LFZkwzbHX545tA5w2sB3ClL7eFuF+jGX0fSiSc=";
hash = "sha256-nCubAn9AASnCsvlYdk4gmkoORRlsYEbJ8JmlT11xYWU=";
};
propagatedBuildInputs = [
@ -34,6 +35,7 @@ buildPythonPackage rec {
pytest-datafiles
pytest-vcr
pytestCheckHook
responses
];
disabledTests = [