Merge pull request #199813 from r-ryantm/auto-update/python310Packages.cvxpy

python310Packages.cvxpy: 1.2.3 -> 1.3.0
This commit is contained in:
Weijia Wang 2023-02-16 11:42:20 +01:00 committed by GitHub
commit 11a5b0cf10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cvxpy"; pname = "cvxpy";
version = "1.2.3"; version = "1.3.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-IaeUtv0vdgqddm1o++SUZTT2Xom3Pom4icVQOYVVi4Y="; hash = "sha256-Zszme9xjW5spBmUQR0OSwM/A2V24rdpAENyM3Y4EYlA=";
}; };
postPatch = '' postPatch = ''