Merge pull request #300173 from r-ryantm/auto-update/python311Packages.qpsolvers

python311Packages.qpsolvers: 4.3.1 -> 4.3.2
This commit is contained in:
Nick Cao 2024-03-31 10:47:16 -04:00 committed by GitHub
commit 48dc546b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
}:
buildPythonPackage rec {
pname = "qpsolvers";
version = "4.3.1";
version = "4.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "qpsolvers";
repo = "qpsolvers";
rev = "refs/tags/v${version}";
hash = "sha256-/HLc9dFf9F/6W7ux2Fj2yJuV/xCVeGyO6MblddwIGdM=";
hash = "sha256-EU7/OGLeOIHw7wyNTibMmHZLAiRTCUFwjEaVNsHg1vw=";
};
nativeBuildInputs = [