Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19857ead7c2c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f2eac6d2f957
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 27, 2020

  1. Copy the full SHA
    512e77e View commit details

Commits on Jan 29, 2020

  1. Merge pull request #78630 from r-ryantm/auto-update/python2.7-cvxopt

    python27Packages.cvxopt: 1.2.3 -> 1.2.4
    marsam authored Jan 29, 2020
    Copy the full SHA
    f2eac6d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/cvxopt/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cvxopt/default.nix
Original file line number Diff line number Diff line change
@@ -16,13 +16,13 @@

buildPythonPackage rec {
pname = "cvxopt";
version = "1.2.3";
version = "1.2.4";

disabled = isPyPy; # hangs at [translation:info]

src = fetchPypi {
inherit pname version;
sha256 = "ea62a2a1b8e2db3a6ae44ac394f58e4620149af226c250c6f2b18739b48cfc21";
sha256 = "1h9g79gxpgpy6xciqyypihw5q4ngp322lpkka1nkwk0ysybfsp7s";
};

# similar to Gsl, glpk, fftw there is also a dsdp interface