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

python3Packages.requests-cache: 0.7.1 -> 0.7.2
This commit is contained in:
Sandro 2021-07-22 17:08:58 +02:00 committed by GitHub
commit 9cc0b1dea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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