python3Packages.python-constraint: 2.4.0 -> 2.5.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:08 +01:00
parent 0d2be5e80f
commit 2685cef28f
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "python-constraint";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-constraint";
repo = "python-constraint";
tag = version;
sha256 = "sha256-Vi+dD/QmHfUrL0l5yTb7B1ILuXj3HYfT0QINdyfoqFo=";
sha256 = "sha256-VTecK82VSDoUOkPnuC+PnQYPjPBsaPeWCqm2st6Wwvg=";
};
build-system = [