We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62536dc + 1fbaaa0 commit 62b3337Copy full SHA for 62b3337
pkgs/by-name/ms/msolve/package.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "msolve";
14
- version = "0.7.5";
+ version = "0.8.0";
15
16
src = fetchFromGitHub {
17
owner = "algebraic-solving";
18
repo = "msolve";
19
tag = "v${finalAttrs.version}";
20
- hash = "sha256-3AP3qrFZX2JZveONtmG0CLpdwSCwlrW86D8QLRTW5kI=";
+ hash = "sha256-0kqRnBJA5CwsLY/YWZXu2+y4aiZAQQYl30Qb3JX3zEo=";
21
};
22
23
postPatch = ''
0 commit comments