python310Packages.packageurl-python: update disabled

This commit is contained in:
Fabian Affolter 2023-03-28 08:41:28 +02:00 committed by GitHub
parent 50a63ac98d
commit cfc1429651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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