Merge pull request #332872 from r-ryantm/auto-update/python312Packages.qpsolvers

python312Packages.qpsolvers: 4.3.2 -> 4.3.3
This commit is contained in:
OTABI Tomoya 2024-08-07 22:17:58 +09:00 committed by GitHub
commit 19e53aa5f1
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.2";
version = "4.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "qpsolvers";
repo = "qpsolvers";
rev = "refs/tags/v${version}";
hash = "sha256-EU7/OGLeOIHw7wyNTibMmHZLAiRTCUFwjEaVNsHg1vw=";
hash = "sha256-AQHd3tBfPzISQXsXHQQyh59nmym5gt8Jfogd6gRG3EM=";
};
nativeBuildInputs = [ flit-core ];