Unverified Commit 5ac765dd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.requests-cache: update disabled

parent f6b73c47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";