summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-03-19 12:30:49 -0500
committerGitHub <noreply@github.com>2018-03-19 12:30:49 -0500
commitf359b402a392e8903c0be1f88fd4ce7e1af97b86 (patch)
tree4bc38af71a0a096bce56fcc050298b1ec35de97f /pkgs/development
parent935e6e308a96c5e6f32836c0a50a81469207723c (diff)
parentb0f9c9e6cecb2303ec2af8b8021b7c6e6313de18 (diff)
downloadnixlib-f359b402a392e8903c0be1f88fd4ce7e1af97b86.tar
nixlib-f359b402a392e8903c0be1f88fd4ce7e1af97b86.tar.gz
nixlib-f359b402a392e8903c0be1f88fd4ce7e1af97b86.tar.bz2
nixlib-f359b402a392e8903c0be1f88fd4ce7e1af97b86.tar.lz
nixlib-f359b402a392e8903c0be1f88fd4ce7e1af97b86.tar.xz
nixlib-f359b402a392e8903c0be1f88fd4ce7e1af97b86.tar.zst
nixlib-f359b402a392e8903c0be1f88fd4ce7e1af97b86.zip
Merge pull request #36613 from ryantm/auto-update/libsvm
libsvm: 3.20 -> 3.22
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/libsvm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsvm/default.nix b/pkgs/development/libraries/libsvm/default.nix
index 8d3d2f4c60c7..aab0da90d394 100644
--- a/pkgs/development/libraries/libsvm/default.nix
+++ b/pkgs/development/libraries/libsvm/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "libsvm-${version}";
-  version = "3.20";
+  version = "3.22";
 
   src = fetchurl {
     url = "https://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-${version}.tar.gz";
-    sha256 = "1gj5v5zp1qnsnv0iwxq0ikhf8262d3s5dq6syr6yqkglps0284hg";
+    sha256 = "0zd7s19y5vb7agczl6456bn45cj1y64739sslaskw1qk7dywd0bd";
   };
 
   buildPhase = ''