mopac: 23.0.2 -> 23.0.3 (#363335)

This commit is contained in:
Markus Kowalewski
2024-12-09 17:37:26 +01:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@ assert blas.isILP64 == lapack.isILP64;
stdenv.mkDerivation rec {
pname = "mopac";
version = "23.0.2";
version = "23.0.3";
src = fetchFromGitHub {
owner = "openmopac";
repo = pname;
rev = "v${version}";
hash = "sha256-FHJ8R8s82qSt4l6IawODkHhk2jitcxjUXCgZOU9iXDM=";
hash = "sha256-y9/b+ro9CgDo0ld9q+3xaCFE9J5ssZp6W9ct6WQgD/o=";
};
nativeBuildInputs = [ gfortran cmake ];