summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2015-02-13 16:19:35 +0100
committerLluís Batlle i Rossell <viric@viric.name>2015-02-13 16:22:39 +0100
commit569a02b725a2fcec223ce2a32719d3fbfc60cb32 (patch)
tree42cb364724b7e333b46b3939fde5fa7e900c20dd /pkgs/applications/science/math
parentc6ed2aa2035f475680a171a596d8fc3047e0a4b6 (diff)
downloadnixpkgs-569a02b725a2fcec223ce2a32719d3fbfc60cb32.tar
nixpkgs-569a02b725a2fcec223ce2a32719d3fbfc60cb32.tar.gz
nixpkgs-569a02b725a2fcec223ce2a32719d3fbfc60cb32.tar.bz2
nixpkgs-569a02b725a2fcec223ce2a32719d3fbfc60cb32.tar.lz
nixpkgs-569a02b725a2fcec223ce2a32719d3fbfc60cb32.tar.xz
nixpkgs-569a02b725a2fcec223ce2a32719d3fbfc60cb32.tar.zst
nixpkgs-569a02b725a2fcec223ce2a32719d3fbfc60cb32.zip
Updating weka to 3.6.12.
(cherry picked from commit cd417206f93be49dd848ce1b3633e335faed941f)
Diffstat (limited to 'pkgs/applications/science/math')
-rw-r--r--pkgs/applications/science/math/weka/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/math/weka/default.nix b/pkgs/applications/science/math/weka/default.nix
index 66609fa5834..3d59898098c 100644
--- a/pkgs/applications/science/math/weka/default.nix
+++ b/pkgs/applications/science/math/weka/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, jre, unzip }:
 
 stdenv.mkDerivation {
-  name = "weka-3.6.9";
+  name = "weka-3.6.12";
   
   src = fetchurl {
-    url = "mirror://sourceforge/weka/weka-3-6-9.zip";
-    sha256 = "0rnis4vvihhdcdvpp79hkmklcnn897paa0qrs95cbjnpgvxzbczs";
+    url = "mirror://sourceforge/weka/weka-3-6-12.zip";
+    sha256 = "0sdhiv1nr5rxgjry05srsnynsydkyny79zvaxdj6dk8m1768qksh";
   };
 
   buildInputs = [ unzip ];