summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-05 09:08:28 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-05 09:08:28 -0700
commit05bffb5a0dff8567d75e59e04bed94af78c9d495 (patch)
tree39f2df7a80f05e026cfbca25682dcc1520a403a3 /pkgs/applications
parentb9484875bcc1918945d373e0ea46ffff938adb05 (diff)
downloadnixlib-05bffb5a0dff8567d75e59e04bed94af78c9d495.tar
nixlib-05bffb5a0dff8567d75e59e04bed94af78c9d495.tar.gz
nixlib-05bffb5a0dff8567d75e59e04bed94af78c9d495.tar.bz2
nixlib-05bffb5a0dff8567d75e59e04bed94af78c9d495.tar.lz
nixlib-05bffb5a0dff8567d75e59e04bed94af78c9d495.tar.xz
nixlib-05bffb5a0dff8567d75e59e04bed94af78c9d495.tar.zst
nixlib-05bffb5a0dff8567d75e59e04bed94af78c9d495.zip
weka: 3.8.2 -> 3.9.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/weka/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.9.2 with grep in /nix/store/rv6aq5p1qacvpvaw9vszawzidsh8xdl9-weka-3.9.2
- directory tree listing: https://gist.github.com/c1ee16794a22549147d4d292cad986e5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/math/weka/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/weka/default.nix b/pkgs/applications/science/math/weka/default.nix
index 6a692e07c433..a59746dcaeba 100644
--- a/pkgs/applications/science/math/weka/default.nix
+++ b/pkgs/applications/science/math/weka/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "weka-${version}";
-  version = "3.8.2";
+  version = "3.9.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/weka/${stdenv.lib.replaceChars ["."]["-"] name}.zip";
-    sha256 = "0p353lhhcv3swwn1bl64vkyjk480vv9ghhlyqjxiar4p3xifjayb";
+    sha256 = "0zwmhspmqb0a7cm6k6i0s6q3w19ws1g9dx3cp2v3g3vsif6cdh31";
   };
 
   buildInputs = [ unzip ];