Skip to content

Commit

Permalink
Merge pull request #331468 from r-ryantm/auto-update/msolve
Browse files Browse the repository at this point in the history
msolve: 0.6.7 -> 0.7.1
  • Loading branch information
nixpkgs-merge-bot[bot] authored Aug 1, 2024
2 parents 17de26e + 9db074a commit db6ef5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ms/msolve/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "msolve";
version = "0.6.7";
version = "0.7.1";

src = fetchFromGitHub {
owner = "algebraic-solving";
repo = "msolve";
rev = "v${finalAttrs.version}";
hash = "sha256-w7+7Ef5X+pRUW9+2akXv7By37ROB7nTij6J1Iy8P/eU=";
hash = "sha256-f1AtZ0tyHg3fqz44GK7eCsye+wiKeBbpKK9JWXpV/tk=";
};

postPatch = ''
Expand Down

0 comments on commit db6ef5d

Please sign in to comment.