Skip to content

Commit

Permalink
Merge pull request #116205 from r-ryantm/auto-update/symengine
Browse files Browse the repository at this point in the history
symengine: 0.6.0 -> 0.7.0
  • Loading branch information
risicle committed Mar 22, 2021
2 parents ce63f70 + 0c226d2 commit fdb83b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/symengine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "symengine";
version = "0.6.0";
version = "0.7.0";

src = fetchFromGitHub {
owner = "symengine";
repo = "symengine";
rev = "v${version}";
sha256 = "129iv9maabmb42ylfdv0l0g94mcbf3y4q3np175008rcqdr8z6h1";
sha256 = "sha256-aoitTT9fwTIs3ovfqQjKGgrU+kT5mj+vDHt5lg49JHU=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit fdb83b8

Please sign in to comment.