Commit d33016ae authored by R. RyanTM's avatar R. RyanTM
Browse files

symengine: 0.11.2 -> 0.12.0

parent fc165a03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "symengine";
  version = "0.11.2";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "symengine";
    repo = "symengine";
    rev = "v${version}";
    hash = "sha256-CwVDpDbx00r7Fys+5r1n0m/E86zTx1i4ti5JCcVp20g=";
    hash = "sha256-SfifujR2VM1OlPN0ZRUC3hWImXO/8PuiyrBdpyNoKW4=";
  };

  nativeBuildInputs = [ cmake ];