summary refs log tree commit diff
path: root/pkgs/development/libraries/sundials
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-23 09:33:15 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 15:23:44 +0200
commit8f57e7f711cc8e674c5cca894651cf096490df9c (patch)
treef3861a3d454835e27de028109102b744e19615bf /pkgs/development/libraries/sundials
parentabfb6b46d9ced0b0f168c0b7e0a03dd0ba116074 (diff)
downloadnixpkgs-8f57e7f711cc8e674c5cca894651cf096490df9c.tar
nixpkgs-8f57e7f711cc8e674c5cca894651cf096490df9c.tar.gz
nixpkgs-8f57e7f711cc8e674c5cca894651cf096490df9c.tar.bz2
nixpkgs-8f57e7f711cc8e674c5cca894651cf096490df9c.tar.lz
nixpkgs-8f57e7f711cc8e674c5cca894651cf096490df9c.tar.xz
nixpkgs-8f57e7f711cc8e674c5cca894651cf096490df9c.tar.zst
nixpkgs-8f57e7f711cc8e674c5cca894651cf096490df9c.zip
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
Diffstat (limited to 'pkgs/development/libraries/sundials')
-rw-r--r--pkgs/development/libraries/sundials/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix
index c903b041fd4..f3cfc1e56e8 100644
--- a/pkgs/development/libraries/sundials/default.nix
+++ b/pkgs/development/libraries/sundials/default.nix
@@ -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 = ''