Skip to content

Commit

Permalink
Merge pull request #19924 from esoeylemez/pari-unstable
Browse files Browse the repository at this point in the history
pari-unstable: 2.8.0 -> 2.8.1, "alpha" -> "unstable".
  • Loading branch information
7c6f434c committed Oct 27, 2016
2 parents 2f3b623 + 9c8f6fb commit 95c5654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, gmp, readline, perl }:

stdenv.mkDerivation rec {
version = "2.8.0.alpha";
name = "pari-${version}";
version = "2.8.1.beta";
name = "pari-unstable-${version}";

src = fetchurl {
url = "http://pari.math.u-bordeaux.fr/pub/pari/testing/${name}.tar.gz";
sha256 = "1nrjybrqv55p669rmlkghb940hzf63vnpn34sbwhy9zlbw3hg305";
url = "http://pari.math.u-bordeaux.fr/pub/pari/unstable/pari-${version}.tar.gz";
sha256 = "167dcqrqsblqrd7z5pb8jrs9xqm8138mik0s4ihlqcq6c3wndhv1";
};

buildInputs = [gmp readline];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16692,7 +16692,7 @@ in
wxmaxima = callPackage ../applications/science/math/wxmaxima { wxGTK = wxGTK30; };

pari = callPackage ../applications/science/math/pari {};
pari_alpha = callPackage ../applications/science/math/pari/alpha.nix {};
pari-unstable = callPackage ../applications/science/math/pari/unstable.nix {};

ratpoints = callPackage ../applications/science/math/ratpoints {};

Expand Down

0 comments on commit 95c5654

Please sign in to comment.