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:
parent
957eec3122
commit
0e5e4aed06
@ -4,14 +4,14 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.5.0";
|
version = "3.6.3";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "arpack-${version}";
|
name = "arpack-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz";
|
url = "https://github.com/opencollab/arpack-ng/archive/${version}.tar.gz";
|
||||||
sha256 = "0f8jx3fifmj9qdp289zr7r651y1q48k1jya859rqxq62mvis7xsh";
|
sha256 = "0lzlcsrjsi36pv5bnipwjnyg2fx3nrv31bw2klwrg11gb8g5bwv4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake gettext libtool ];
|
nativeBuildInputs = [ autoconf automake gettext libtool ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user