python312Packages.requests-cache: update disabled
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user