python3Packages.requests-cache: 0.7.1 -> 0.7.2

This commit is contained in:
Fabian Affolter 2021-07-22 11:28:59 +02:00
parent 75475ff1f0
commit b84ed60166

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "requests-cache";
version = "0.7.1";
version = "0.7.2";
disabled = pythonOlder "3.6";
format = "pyproject";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "reclosedev";
repo = "requests-cache";
rev = "v${version}";
sha256 = "sha256-Ai/8l2p3S/NE+uyz3eQ+rJSD/xYCsXf89aYijINQ18I=";
sha256 = "055dfyjm8dqwr62v86lyvq4r04692gmvlgp86218vwvzgm7p3p2c";
};
nativeBuildInputs = [