arpack: 3.5.0 -> 3.6.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arpack/versions
This commit is contained in:
R. RyanTM 2018-09-25 07:20:43 -07:00 committed by Robin Gloster
parent 957eec3122
commit 0e5e4aed06

View file

@ -4,14 +4,14 @@
with stdenv.lib;
let
version = "3.5.0";
version = "3.6.3";
in
stdenv.mkDerivation {
name = "arpack-${version}";
src = fetchurl {
url = "https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz";
sha256 = "0f8jx3fifmj9qdp289zr7r651y1q48k1jya859rqxq62mvis7xsh";
sha256 = "0lzlcsrjsi36pv5bnipwjnyg2fx3nrv31bw2klwrg11gb8g5bwv4";
};
nativeBuildInputs = [ autoconf automake gettext libtool ];