python311Packages.logilab-constraint: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-01-05 09:09:59 +00:00
parent 12f69cd485
commit 27f24b3304

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "logilab-constraint";
version = "0.7.1";
version = "0.8.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-5ayQBNjueFHSQIjCilgbfL8VdWNuRSMtkYDh3DouNZQ=";
hash = "sha256-yIO8sL0sdSKw0OApj2SJsuaojYpwQRTK/hGOIX2+Wh8=";
};
nativeBuildInputs = [