Skip to content

Commit

Permalink
flint: 2.9.0 -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 22, 2023
1 parent 6b4e457 commit 6d7d0da
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.0";

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

buildInputs = [
Expand Down

0 comments on commit 6d7d0da

Please sign in to comment.