sundials: 3.2.0 -> 3.2.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
This commit is contained in:
R. RyanTM 2018-10-23 09:33:15 -07:00 committed by Frederik Rietdijk
parent abfb6b46d9
commit 8f57e7f711

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "sundials";
version = "3.2.0";
version = "3.2.1";
name = "${pname}-${version}";
src = fetchurl {
url = "https://computation.llnl.gov/projects/${pname}/download/${pname}-${version}.tar.gz";
sha256 = "1yck1qjw5pw5i58x762vc0adg4g53lsan9xv92hbby5dxjpr1dnj";
sha256 = "0238r1qnwqz13wcjzfsbcfi8rfnlxcjjmxq2vpf2qf5jgablvna7";
};
preConfigure = ''