Skip to content

Commit 62b3337

Browse files
msolve: 0.7.5 -> 0.8.0 (#407626)
Co-authored-by: wegank <[email protected]>
2 parents 62536dc + 1fbaaa0 commit 62b3337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ms/msolve/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "msolve";
14-
version = "0.7.5";
14+
version = "0.8.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "algebraic-solving";
1818
repo = "msolve";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-3AP3qrFZX2JZveONtmG0CLpdwSCwlrW86D8QLRTW5kI=";
20+
hash = "sha256-0kqRnBJA5CwsLY/YWZXu2+y4aiZAQQYl30Qb3JX3zEo=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)