Unverified Commit a3a87f4d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

multicharge: 0.3.0 -> 0.3.1 (#382314)

parents f52beef5 1d31f065
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@ assert !blas.isILP64 && !lapack.isILP64;

stdenv.mkDerivation rec {
  pname = "multicharge";
  version = "0.3.0";
  version = "0.3.1";

  src = fetchFromGitHub {
    owner = "grimme-lab";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-W6IqCz9k6kdPxnIIA+eMCrFjf0ELTeK78VvZoyFcZxU=";
    hash = "sha256-8qwM3dpvFoL2WrMWNf14zYtRap0ijdfZ95XaTlkHhqQ=";
  };

  nativeBuildInputs = [