summary refs log tree commit diff
path: root/pkgs/development/libraries/science
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-04-03 02:22:54 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-04-03 02:22:54 +0300
commit747ebe3f660ea4a6e7bd03831f4e95a66d59b526 (patch)
treeb9575026aa7949f51541135be0059b54eda07bbe /pkgs/development/libraries/science
parent4c46f13f15c602a88dfd87a37acdc94653232a1d (diff)
parent00fc66dc7dcda7fc38a9cc7f4dbd7bb66f28c5f9 (diff)
downloadnixpkgs-747ebe3f660ea4a6e7bd03831f4e95a66d59b526.tar
nixpkgs-747ebe3f660ea4a6e7bd03831f4e95a66d59b526.tar.gz
nixpkgs-747ebe3f660ea4a6e7bd03831f4e95a66d59b526.tar.bz2
nixpkgs-747ebe3f660ea4a6e7bd03831f4e95a66d59b526.tar.lz
nixpkgs-747ebe3f660ea4a6e7bd03831f4e95a66d59b526.tar.xz
nixpkgs-747ebe3f660ea4a6e7bd03831f4e95a66d59b526.tar.zst
nixpkgs-747ebe3f660ea4a6e7bd03831f4e95a66d59b526.zip
Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/top-level/all-packages.nix
Diffstat (limited to 'pkgs/development/libraries/science')
-rw-r--r--pkgs/development/libraries/science/math/petsc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/math/petsc/default.nix b/pkgs/development/libraries/science/math/petsc/default.nix
index e1ce4b49747..ac8129c9032 100644
--- a/pkgs/development/libraries/science/math/petsc/default.nix
+++ b/pkgs/development/libraries/science/math/petsc/default.nix
@@ -7,11 +7,11 @@
 
 stdenv.mkDerivation rec {
   name = "petsc-${version}";
-  version = "3.8.3";
+  version = "3.8.4";
 
   src = fetchurl {
     url = "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-${version}.tar.gz";
-    sha256 = "1b1yr93g6df8kx10ri2y26bp3l3w3jv10r80krnarbvyjgnw7y81";
+    sha256 = "1iy49gagxncx09d88kxnwkj876p35683mpfk33x37165si6xqy4z";
   };
 
   nativeBuildInputs = [ blas gfortran.cc.lib liblapack python ];