Unverified Commit 131b1549 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

mathgl: 8.0.1 -> 8.0.2 (#348212)

parents a927f544 3cc7c87d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@
}:
stdenv.mkDerivation rec {
  pname = "mathgl";
  version = "8.0.1";
  version = "8.0.2";

  src = fetchurl {
    url = "mirror://sourceforge/mathgl/mathgl-${version}.tar.gz";
    sha256 = "sha256-yoS/lIDDntMRLpIMFs49jyiYaY9iiW86V3FBKGIqVao=";
    sha256 = "sha256-cWYJlWhKawooI/Z49sQ4q6ukdKEVJGzfX5sLRgq/ysE=";
  };

  nativeBuildInputs = [