summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-01-12 21:39:23 +0000
committerPeter Simons <simons@cryp.to>2010-01-12 21:39:23 +0000
commita5b5690be79ec7f6841d7bd3cd14e976e61c9145 (patch)
treeee02827848c3cf6190c88c5d2e0b65e1255549bb /pkgs/applications/science
parent4672cc340cbffab973bb1e156f0547e7371f62f7 (diff)
downloadnixpkgs-a5b5690be79ec7f6841d7bd3cd14e976e61c9145.tar
nixpkgs-a5b5690be79ec7f6841d7bd3cd14e976e61c9145.tar.gz
nixpkgs-a5b5690be79ec7f6841d7bd3cd14e976e61c9145.tar.bz2
nixpkgs-a5b5690be79ec7f6841d7bd3cd14e976e61c9145.tar.lz
nixpkgs-a5b5690be79ec7f6841d7bd3cd14e976e61c9145.tar.xz
nixpkgs-a5b5690be79ec7f6841d7bd3cd14e976e61c9145.tar.zst
nixpkgs-a5b5690be79ec7f6841d7bd3cd14e976e61c9145.zip
pkgs/applications/science/math/maxima: updated to version 5.20.1
svn path=/nixpkgs/trunk/; revision=19380
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/maxima/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/maxima/default.nix b/pkgs/applications/science/math/maxima/default.nix
index ff45a8257c0..edee18ed2b3 100644
--- a/pkgs/applications/science/math/maxima/default.nix
+++ b/pkgs/applications/science/math/maxima/default.nix
@@ -2,14 +2,14 @@
 
 let
     name    = "maxima";
-    version = "5.19.2";
+    version = "5.20.1";
 in
 stdenv.mkDerivation {
   name = "${name}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/${name}/${name}-${version}.tar.gz";
-    sha256 = "4b9d592cb5c5b49acf10c894aa4e899bd47f079b315ee22542122a2e64589072";
+    sha256 = "cc2430ad6b895fb730ee2a7b8df4852c2b6d09a5a8bb715bdba783982c470bd9";
   };
 
   buildInputs = [clisp];