python312Packages.qpsolvers: 4.3.3 -> 4.4.0

This commit is contained in:
R. Ryantm 2024-09-25 06:46:30 +00:00
parent efc90c3e0e
commit f561f3bbf6

View File

@ -20,14 +20,14 @@
}:
buildPythonPackage rec {
pname = "qpsolvers";
version = "4.3.3";
version = "4.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "qpsolvers";
repo = "qpsolvers";
rev = "refs/tags/v${version}";
hash = "sha256-AQHd3tBfPzISQXsXHQQyh59nmym5gt8Jfogd6gRG3EM=";
hash = "sha256-/yIFLxy2gjEFg/J9A5pcbrVmq4A3Tz2efEAntH0Twk8=";
};
nativeBuildInputs = [ flit-core ];