lol

openblas: 0.3.12 -> 0.3.13

authored by

Jonathan Ringer and committed by
Jonathan Ringer
01378600 92f5b045

+2 -2
+2 -2
pkgs/development/libraries/science/math/openblas/default.nix
··· 105 105 in 106 106 stdenv.mkDerivation rec { 107 107 pname = "openblas"; 108 - version = "0.3.12"; 108 + version = "0.3.13"; 109 109 110 110 outputs = [ "out" "dev" ]; 111 111 ··· 113 113 owner = "xianyi"; 114 114 repo = "OpenBLAS"; 115 115 rev = "v${version}"; 116 - sha256 = "0mk1kjkr96bvvcq2zigzjrs0cnhwsf6gfi0855mp9yifn8lvp20y"; 116 + sha256 = "14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"; 117 117 }; 118 118 119 119 inherit blas64;