summary refs log tree commit diff
path: root/pkgs/development/libraries/libsvm
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-18 11:28:23 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-18 11:28:23 -0700
commit8a1f77fe2d6934083f95fa12fc6a814932e0975c (patch)
tree28dc6e9fd5f7c2b9edec1b1b7d724fbbfe37b593 /pkgs/development/libraries/libsvm
parent1ae2f10642ea00a423354dd3176c55e47dbf3f6e (diff)
downloadnixpkgs-8a1f77fe2d6934083f95fa12fc6a814932e0975c.tar
nixpkgs-8a1f77fe2d6934083f95fa12fc6a814932e0975c.tar.gz
nixpkgs-8a1f77fe2d6934083f95fa12fc6a814932e0975c.tar.bz2
nixpkgs-8a1f77fe2d6934083f95fa12fc6a814932e0975c.tar.lz
nixpkgs-8a1f77fe2d6934083f95fa12fc6a814932e0975c.tar.xz
nixpkgs-8a1f77fe2d6934083f95fa12fc6a814932e0975c.tar.zst
nixpkgs-8a1f77fe2d6934083f95fa12fc6a814932e0975c.zip
libsvm: 3.22 -> 3.23
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libsvm/versions.
Diffstat (limited to 'pkgs/development/libraries/libsvm')
-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 aab0da90d39..6eb8b6b1a8e 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.22";
+  version = "3.23";
 
   src = fetchurl {
     url = "https://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-${version}.tar.gz";
-    sha256 = "0zd7s19y5vb7agczl6456bn45cj1y64739sslaskw1qk7dywd0bd";
+    sha256 = "0jpaq0rr92x38p4nk3gjan79ip67m6p80anb28z1d8601miysyi5";
   };
 
   buildPhase = ''