python311Packages.genanki: update disabled

This commit is contained in:
Fabian Affolter 2023-11-13 08:55:36 +01:00 committed by GitHub
parent 75384bfe27
commit 49c89858e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@ buildPythonPackage rec {
version = "0.13.1";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-hNCQQjqIeVIEZb/peECD7ay4014rpRH6Whve8B2Pce0=";
hash = "sha256-hNCQQjqIeVIEZb/peECD7ay4014rpRH6Whve8B2Pce0=";
};
propagatedBuildInputs = [