about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-09 13:22:57 +0000
committerPeter Simons <simons@cryp.to>2012-02-09 13:22:57 +0000
commit1a7d345aab689ac38431210f49acac18c5d48f7f (patch)
tree11d0a7851e899bc282c5f0ed5f831b0c7422a2ff /pkgs/applications/science/math
parentdb29c078b30a9ac6366c3b3831bde11e940ddf20 (diff)
wxmaxima: updated to version 12.01.0
svn path=/nixpkgs/trunk/; revision=32158
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/wxmaxima/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/wxmaxima/default.nix b/pkgs/applications/science/math/wxmaxima/default.nix
index 77fe32d1792dd..9592f8f987182 100644
--- a/pkgs/applications/science/math/wxmaxima/default.nix
+++ b/pkgs/applications/science/math/wxmaxima/default.nix
@@ -2,14 +2,14 @@
 
 let
   name    = "wxmaxima";
-  version = "11.08.0";
+  version = "12.01.0";
 in
 stdenv.mkDerivation {
   name = "${name}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${name}/wxMaxima-${version}.tar.gz";
-    sha256 = "dfa25cc15de52829a93da624d42344213cc979351b5fcd3dff2afed6738832df";
+    sha256 = "358cdafe81b7e7290f6bb8c93580b0e2f0ae5a4d148a476e5af375aa9bf77054";
   };
 
   buildInputs = [wxGTK maxima makeWrapper];