Skip to content

Commit

Permalink
flint: 2.9.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 16, 2023
1 parent 2387a37 commit c2c1cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/flint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ assert withBlas -> openblas != null && blas.implementation == "openblas" && lapa

stdenv.mkDerivation rec {
pname = "flint";
version = "2.9.0";
version = "3.0.1";

src = fetchurl {
url = "https://www.flintlib.org/flint-${version}.tar.gz";
sha256 = "sha256-L8CQ1RAzyTII5sENQGOXpTyYOuU0O5WOsl9ypXpM52o=";
sha256 = "sha256-ezEaAFA6hjiB64F32+uEMi8pOZ89fXLzsaTJuh1XlLQ=";
};

buildInputs = [
Expand Down

0 comments on commit c2c1cb9

Please sign in to comment.