lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

msolve: 0.7.5 -> 0.8.0 (#407626)

Co-authored-by: wegank <wegank@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
wegank
and committed by
GitHub
62b33379 62536dc8

+2 -2
+2 -2
pkgs/by-name/ms/msolve/package.nix
··· 11 11 12 12 stdenv.mkDerivation (finalAttrs: { 13 13 pname = "msolve"; 14 - version = "0.7.5"; 14 + version = "0.8.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "algebraic-solving"; 18 18 repo = "msolve"; 19 19 tag = "v${finalAttrs.version}"; 20 - hash = "sha256-3AP3qrFZX2JZveONtmG0CLpdwSCwlrW86D8QLRTW5kI="; 20 + hash = "sha256-0kqRnBJA5CwsLY/YWZXu2+y4aiZAQQYl30Qb3JX3zEo="; 21 21 }; 22 22 23 23 postPatch = ''