python310Packages.pylibmc: remove whitespace

This commit is contained in:
Fabian Affolter 2022-08-06 19:26:13 +02:00 committed by GitHub
parent 3c3999e2ff
commit 4244408aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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