pari: upstream ellcard fixes

+10
+10
pkgs/applications/science/math/pari/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchurl 4 + , fetchpatch 4 5 , gmp 5 6 , libX11 6 7 , libpthreadstubs ··· 24 25 ]; 25 26 hash = "sha256-sEYoER7iKHZRmksc2vsy/rqjTq+iT56B9Y+NBX++4N0="; 26 27 }; 28 + 29 + patches = [ 30 + # https://pari.math.u-bordeaux.fr/cgi-bin/bugreport.cgi?bug=2441 31 + (fetchpatch { 32 + name = "fix-find_isogenous_from_Atkin.patch"; 33 + url = "https://git.sagemath.org/sage.git/plain/build/pkgs/pari/patches/bug2441.patch?id=9.8.rc0"; 34 + hash = "sha256-DvOUFlFDnopN+MJY6GYRPNabuoHPFch/nNn+49ygznc="; 35 + }) 36 + ]; 27 37 28 38 buildInputs = [ 29 39 gmp