mopac: 23.2.1 -> 23.2.2

This commit is contained in:
R. Ryantm
2025-11-03 21:36:12 +00:00
parent 69981fe5cc
commit 45ac6c0e31

View File

@@ -13,13 +13,13 @@ assert blas.isILP64 == lapack.isILP64;
stdenv.mkDerivation rec {
pname = "mopac";
version = "23.2.1";
version = "23.2.2";
src = fetchFromGitHub {
owner = "openmopac";
repo = "mopac";
rev = "v${version}";
hash = "sha256-2+6mIxawYOqgsKRWDBLXMhP53VJTTGFN4AKunq4YD4o=";
hash = "sha256-VBbW0N67ZbTymYfLrT625rkWeeYbFrEdTxPOCanFT0c=";
};
nativeBuildInputs = [