python3Packages.requests-cache: 0.7.3 -> 0.7.4

This commit is contained in:
Fabian Affolter 2021-08-19 01:13:32 +02:00
parent 0f783d556f
commit 0499ef0777

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "requests-cache";
version = "0.7.3";
version = "0.7.4";
disabled = pythonOlder "3.6";
format = "pyproject";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "reclosedev";
repo = "requests-cache";
rev = "v${version}";
sha256 = "sha256-QGh/ThI5bKE65luVHDSsr6RQq5RReugdZrVvR1R0pUU=";
sha256 = "sha256-FndKFdmEsp3TF2W4b7nhARi9ZOutlE43vvzYxiwbL08=";
};
nativeBuildInputs = [