Skip to content

Commit

Permalink
mopac: 23.0.0 -> 23.0.2 (#358949)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Nov 28, 2024
2 parents 64b2f13 + 65e7dda commit 1a33aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/mopac/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ assert blas.isILP64 == lapack.isILP64;

stdenv.mkDerivation rec {
pname = "mopac";
version = "23.0.0";
version = "23.0.2";

src = fetchFromGitHub {
owner = "openmopac";
repo = pname;
rev = "v${version}";
hash = "sha256-5Ybhnq99609mb1BCf7SfBOu14VfG54aF1bEf96yhbVI=";
hash = "sha256-FHJ8R8s82qSt4l6IawODkHhk2jitcxjUXCgZOU9iXDM=";
};

nativeBuildInputs = [ gfortran cmake ];
Expand Down

0 comments on commit 1a33aa6

Please sign in to comment.