Unverified Commit bd16d06f authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

pari: 2.17.1 -> 2.17.2 (#387472)

parents c33c90b2 b82acc7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ assert withThread -> libpthreadstubs != null;

stdenv.mkDerivation rec {
  pname = "pari";
  version = "2.17.1";
  version = "2.17.2";

  src = fetchurl {
    urls = [
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
      # old versions are at the url below
      "https://pari.math.u-bordeaux.fr/pub/pari/OLD/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz"
    ];
    hash = "sha256-Z7pvMHEjNyUlhUHk8XS177xkxlrlEVut6e38RfH95dw=";
    hash = "sha256-fTBXj1z5exN6KB9FSNExqvwM3oa8/RDMHhvXKoHmUGE=";
  };

  buildInputs = [