multicharge: 0.3.0 -> 0.3.1 (#382314)

This commit is contained in:
Nick Cao 2025-02-16 09:00:46 -05:00 committed by GitHub
commit a3a87f4dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [