3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.osqp: 0.6.2.post0 -> 0.6.2.post5

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:36 -08:00 committed by Martin Weinelt
parent 896e34a30d
commit 3b9bbdf594

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "osqp";
version = "0.6.2.post0";
version = "0.6.2.post5";
src = fetchPypi {
inherit pname version;
sha256 = "5f0695f26a3bef0fae91254bc283fab790dcca0064bfe0f425167f9c9e8b4cbc";
sha256 = "b2fa17aae42a7ed498ec261b33f262bb4b3605e7e8464062159d9fae817f0d61";
};
nativeBuildInputs = [ cmake ];