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: 0aac84e1c300
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 64b9df085d90
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 20, 2018

  1. Revert "python: cypari2: 1.3.1 -> 2.0.0" (#52596)

    This reverts commit 7c9ca65. The
    cypari2 update is not ready. The package is pretty much only used for
    sage and the update causes problems:
    https://trac.sagemath.org/ticket/26442#comment:33
    I've already reverted this once before.
    timokau authored Dec 20, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    64b9df0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/cypari2/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cypari2/default.nix
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "cypari2";
# upgrade may break sage, please test the sage build or ping @timokau on upgrade
version = "2.0.1";
version = "1.3.1";

src = fetchPypi {
inherit pname version;
sha256 = "32fad615d773e9b5a9394c078ddc2c868e64e35f1ac9633ff90b456901b9d886";
sha256 = "04f00xp8aaz37v00iqg1mv5wjq00a5qhk8cqa93s13009s9x984r";
};

# This differs slightly from the default python installPhase in that it pip-installs