mopac: 23.1.1 -> 23.1.2 (#384074)

This commit is contained in:
Markus Kowalewski
2025-02-22 12:04:50 +01:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@ assert blas.isILP64 == lapack.isILP64;
stdenv.mkDerivation rec {
pname = "mopac";
version = "23.1.1";
version = "23.1.2";
src = fetchFromGitHub {
owner = "openmopac";
repo = pname;
rev = "v${version}";
hash = "sha256-sQoxLPVjxkLVaZWl/1pda5kgJI/X6msgCblKzV4EB6o=";
hash = "sha256-guMPXz7nQWxnmY4f+CGIAf3MBiV00GxSEdsZQ2fAjh4=";
};
nativeBuildInputs = [