Skip to content

Commit 678505f

Browse files
authored
wxmaxima: 25.01.0 -> 25.04.0 (#402409)
2 parents 142677b + 3622ab9 commit 678505f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/science/math/wxmaxima/default.nix

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

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "wxmaxima";
16-
version = "25.01.0";
16+
version = "25.04.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "wxMaxima-developers";
2020
repo = "wxmaxima";
2121
rev = "Version-${finalAttrs.version}";
22-
hash = "sha256-XFlEBmKxpi7NnUxVXV2F+zQKrvR4r93aLtHOoVZ7SPw=";
22+
hash = "sha256-AEy2a8BahV1yH67RIjcsVipuo5eUZcQZxR3HygSYGlU=";
2323
};
2424

2525
buildInputs = [

0 commit comments

Comments
 (0)