python311Packages.pulp: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm 2024-01-19 02:33:28 +00:00 committed by Matthieu Coudron
parent ec4af0a9ab
commit 3fd2c02d52

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pulp";
version = "2.7.0";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "coin-or";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-j0f6OiscJyTqPNyLp0qWRjCGLWuT3HdU1S/sxpnsiMo=";
hash = "sha256-lpbk1GeC8F/iLGV8G5RPHghnaM9eL82YekUYEt9+mvc=";
};
postPatch = ''