openblas: 0.3.28 -> 0.3.29 (#373334)

authored by

K900 and committed by
GitHub
33030a50 7549bb8a

+2 -2
+2 -2
pkgs/development/libraries/science/math/openblas/default.nix
··· 158 158 in 159 159 stdenv.mkDerivation rec { 160 160 pname = "openblas"; 161 - version = "0.3.28"; 161 + version = "0.3.29"; 162 162 163 163 outputs = [ 164 164 "out" ··· 169 169 owner = "OpenMathLib"; 170 170 repo = "OpenBLAS"; 171 171 rev = "v${version}"; 172 - hash = "sha256-430zG47FoBNojcPFsVC7FA43FhVPxrulxAW3Fs6CHo8="; 172 + hash = "sha256-n/3FGmZxnNiOEKYHSIuqX2LJS1BzYPCwLWT9DSwEoPI="; 173 173 }; 174 174 175 175 postPatch = ''