python3Packages.qpsolvers: 4.12.0 -> 4.13.0 (#545798)

This commit is contained in:
Yohann Boniface
2026-08-17 21:07:39 +00:00
committed by GitHub

View File

@@ -23,14 +23,14 @@
}:
buildPythonPackage rec {
pname = "qpsolvers";
version = "4.12.0";
version = "4.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "qpsolvers";
repo = "qpsolvers";
tag = "v${version}";
hash = "sha256-KUaDas2PIkTuy+Yi94vKm1P/n6QLPDcUXm8KjOq6JzI=";
hash = "sha256-JgrfHyZ5bhD5XBuxZsASnmFU080XZs0EjdOOj5Lr1Hg=";
};
build-system = [ flit-core ];