python312Packages.pybrowsers: update disabled

This commit is contained in:
Fabian Affolter 2024-03-02 09:34:38 +01:00 committed by GitHub
parent dd9cfcb0c6
commit 7ca2767f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "roniemartinez";