Merge pull request #121324 from r-ryantm/auto-update/libsvm

libsvm: 3.24 -> 3.25
This commit is contained in:
Daniël de Kok 2021-05-04 17:35:14 +02:00 committed by GitHub
commit 1d1f719a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''