mopac: 23.1.1 -> 23.1.2

This commit is contained in:
R. Ryantm
2025-02-21 23:16:08 +00:00
parent 64e8b14527
commit 8897f215cc
+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 = [