Merge pull request #134736 from fabaff/bump-requests-cache

python3Packages.requests-cache: 0.7.3 -> 0.7.4
This commit is contained in:
lewo 2021-08-19 08:56:30 +02:00 committed by GitHub
commit 7efc720f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = [