libsvm: 3.23 -> 3.24

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
This commit is contained in:
R. RyanTM 2019-09-27 07:50:18 -07:00
parent 96ac71d680
commit 53132f6dce

View File

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