python38Packages.requests-cache: 0.8.1 -> 0.9.0

This commit is contained in:
R. Ryantm 2022-01-02 08:42:08 +00:00
parent 796af3ddba
commit bcbd3725d3

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "requests-cache";
version = "0.8.1";
version = "0.9.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "reclosedev";
repo = "requests-cache";
rev = "v${version}";
sha256 = "sha256-HzOcPWmvUhqPtb/7Mnw6wWY7a4CwGRwPgq+7QoHJAc8=";
sha256 = "0gz6fyc6lgbab9k92cihrp3711r1wcp4xhs25qp176zbzgccbj43";
};
nativeBuildInputs = [