Commit 5c15f3e5 authored by R. RyanTM's avatar R. RyanTM
Browse files

gp2c: 0.0.14 -> 0.0.14pl1

parent 180fa169
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "gp2c";
  version = "0.0.14";
  version = "0.0.14pl1";

  src = fetchurl {
    url = "https://pari.math.u-bordeaux.fr/pub/pari/GP2C/${pname}-${version}.tar.gz";
    hash = "sha256-r2ESzAKUBFfiOdpEM9Gg2Npg7u8p98xyL2TNSsALezA=";
    hash = "sha256-JFzgIP14Ytwoifhmzu8VI6SVPxm/Hl3D20SYi14HJrw=";
  };

  buildInputs = [