libcint: 6.1.2 -> 6.1.3

This commit is contained in:
R. Ryantm
2025-08-17 19:40:43 +00:00
parent 8000dc1d3f
commit f1b047adb3
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libcint";
version = "6.1.2";
version = "6.1.3";
src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
hash = "sha256-URJcC0ib87ejrTCglCjhC2tQHNc5TRvo4CQ52N58n+4=";
hash = "sha256-k9luTarszZAqh33SzPMM3BYj01HT7cfTipt44nSC+2A=";
};
postPatch = ''