Skip to content

Commit

Permalink
hypre: 2.31.0 -> 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 8, 2024
1 parent 8af94f7 commit b467c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hypre/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
name = "hypre";
version = "2.31.0";
version = "2.32.0";

src = fetchFromGitHub {
owner = "hypre-space";
repo = "hypre";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-eFOyM3IzQUNm7cSnORA3NrKYotEBmLKC8mi+fcwPMQA=";
hash = "sha256-h16+nZ6+GfddfBJDF6sphuZ9Sff++PxW2R58XgJsnsI=";
};

sourceRoot = "${finalAttrs.src.name}/src";
Expand Down

0 comments on commit b467c83

Please sign in to comment.