Skip to content

Commit

Permalink
blas: 3.7.1 -> 3.8.0
Browse files Browse the repository at this point in the history
Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.8.0 in filename of file in /nix/store/6j28cb5b114fxj7x7wpwv8mdbiqxq1fj-blas-3.8.0
  • Loading branch information
ryantm authored and obadz committed Mar 4, 2018
1 parent c64a239 commit 1aa5bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/science/math/blas/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "blas-${version}";
version = "3.7.1";
version = "3.8.0";

src = fetchurl {
url = "http://www.netlib.org/blas/${name}.tgz";
sha256 = "1hvmwp488hd6sdxdbmhjhmyrrd4s1ds1cjzh5d86l10b3wsm99n5";
sha256 = "1s24iry5197pskml4iygasw196bdhplj0jmbsb9jhabcjqj2mpsm";
};

buildInputs = [ gfortran ];
Expand Down

0 comments on commit 1aa5bb4

Please sign in to comment.