python3Packages.qpsolvers: 3.4.0 -> 4.0.0
This commit is contained in:
parent
c265663f81
commit
fbe463020a
1 changed files with 3 additions and 3 deletions
|
@ -14,14 +14,14 @@
|
|||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "qpsolvers";
|
||||
version = "3.4.0";
|
||||
version = "4.0.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qpsolvers";
|
||||
repo = "qpsolvers";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-GrYAhTWABBvU6rGoHi00jBa7ryjCNgzO/hQBTdSW9cg=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KkV61pBkIh+4Qav9TVobEBUCyMa6Xqg+eygnOoQRpcQ=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "qpsolvers" ];
|
||||
|
|
Loading…
Reference in a new issue