Merge pull request #285499 from r-ryantm/auto-update/libcint

libcint: 6.1.1 -> 6.1.2
This commit is contained in:
Nick Cao 2024-02-01 09:34:20 -05:00 committed by GitHub
commit b7c3b180b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "6.1.1";
version = "6.1.2";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
hash = "sha256-wV3y+NobV6J+J6I2z3dJdCvTwvfgMspMtAGNpbwfsYk=";
hash = "sha256-URJcC0ib87ejrTCglCjhC2tQHNc5TRvo4CQ52N58n+4=";
};
postPatch = ''