python311Packages.python-barcode: update disabled

This commit is contained in:
Fabian Affolter
2023-07-07 18:17:44 +02:00
committed by GitHub
parent f0c0faf057
commit 897020856f

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
version = "0.15.1";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;