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

python3Packages.requests-cache: 0.7.2 -> 0.7.3
This commit is contained in:
Sandro 2021-08-11 16:27:19 +02:00 committed by GitHub
commit 7c1eca4e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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