Unverified Commit 6fc65f41 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.cvxpy: 1.7.1 -> 1.7.2 (#436709)

parents 19d29cca 522fe3f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage rec {
  pname = "cvxpy";
  version = "1.7.1";
  version = "1.7.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cvxpy";
    repo = "cvxpy";
    tag = "v${version}";
    hash = "sha256-gJL9j2hA+PvNhN1twv31dxb5Gz+q8uoIzwhXB12aIr4=";
    hash = "sha256-kt/PFPztYhz1pkj50z9FYJNWlHYpqlxsGa1WctBfBy0=";
  };

  postPatch =