python312Packages.requests-cache: update disabled

This commit is contained in:
Fabian Affolter
2024-02-18 17:20:37 +01:00
committed by GitHub
parent f6b73c476f
commit 5ac765dd4c
@@ -32,9 +32,9 @@
buildPythonPackage rec {
pname = "requests-cache";
version = "1.2.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "requests-cache";