Unverified Commit 067787bc authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #275695 from r-ryantm/auto-update/python310Packages.logilab-constraint

python310Packages.logilab-constraint: 0.6.2 -> 0.7.1
parents 92989d74 9570c2a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [