pari_alpha: fix source link
This commit is contained in:
parent
6e4769ee2d
commit
f9f23084d9
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
name = "pari-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pari.math.u-bordeaux.fr/pub/pari/unix/${name}.tar.gz";
|
||||
url = "http://pari.math.u-bordeaux.fr/pub/pari/testing/${name}.tar.gz";
|
||||
sha256 = "1nrjybrqv55p669rmlkghb940hzf63vnpn34sbwhy9zlbw3hg305";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user