Unverified Commit 1ee28ace authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

mathgl: 8.0.2 -> 8.0.3 (#395474)

parents 0e258a77 97da8b0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@
}:
stdenv.mkDerivation rec {
  pname = "mathgl";
  version = "8.0.2";
  version = "8.0.3";

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

  nativeBuildInputs = [