Unverified Commit 7a8272f2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

mopac: 23.2.2 -> 23.2.3 (#491129)

parents 937a8b19 aca637ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ assert blas.isILP64 == lapack.isILP64;

stdenv.mkDerivation (finalAttrs: {
  pname = "mopac";
  version = "23.2.2";
  version = "23.2.3";

  src = fetchFromGitHub {
    owner = "openmopac";
    repo = "mopac";
    rev = "v${finalAttrs.version}";
    hash = "sha256-VBbW0N67ZbTymYfLrT625rkWeeYbFrEdTxPOCanFT0c=";
    hash = "sha256-wQinzdy0zPe9ZMZuxwkDIb0vjIkW9fcSwrkAZzM4iv8=";
  };

  nativeBuildInputs = [