libsvm: 3.24 -> 3.25

This commit is contained in:
R. RyanTM 2021-04-30 20:01:45 +00:00
parent c47fc06de1
commit 57c1d572ef

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libsvm";
version = "3.24";
version = "3.25";
src = fetchurl {
url = "https://www.csie.ntu.edu.tw/~cjlin/libsvm/libsvm-${version}.tar.gz";
sha256 = "15l69y23fxslrap415dvqb383x5fxvbffp9giszjfqjf38h1m26m";
sha256 = "sha256-UjUOiqdAsXbh13Pp3AjxNAIYw34BvsN6uQ2wEn5LteU=";
};
buildPhase = ''