libcint: 6.1.0 -> 6.1.1

This commit is contained in:
R. Ryantm 2024-01-25 12:16:40 +00:00
parent 06570e5418
commit 466f5c75a9

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "6.1.0";
version = "6.1.1";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
hash = "sha256-qcVVp+81S3Y0fxDWA/PWQeFT2g0N6tIHNUaOHSru2GA=";
hash = "sha256-wV3y+NobV6J+J6I2z3dJdCvTwvfgMspMtAGNpbwfsYk=";
};
postPatch = ''