python310Packages.logilab-constraint: 0.6.2 -> 0.7.1

This commit is contained in:
R. Ryantm
2023-12-20 17:27:24 +00:00
parent 6b25f0686e
commit 9570c2a2f3
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "logilab-constraint";
version = "0.6.2";
version = "0.7.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Jk6wvvcDEeHfy7dUcjbnzFIeGBYm5tXzCI26yy+t2qs=";
hash = "sha256-5ayQBNjueFHSQIjCilgbfL8VdWNuRSMtkYDh3DouNZQ=";
};
nativeBuildInputs = [