libcint: 6.1.2 -> 6.1.3

R. Ryantm f1b047ad 8000dc1d

+2 -2
+2 -2
pkgs/by-name/li/libcint/package.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "libcint"; 13 - version = "6.1.2"; 14 15 src = fetchFromGitHub { 16 owner = "sunqm"; 17 repo = "libcint"; 18 rev = "v${version}"; 19 - hash = "sha256-URJcC0ib87ejrTCglCjhC2tQHNc5TRvo4CQ52N58n+4="; 20 }; 21 22 postPatch = ''
··· 10 11 stdenv.mkDerivation rec { 12 pname = "libcint"; 13 + version = "6.1.3"; 14 15 src = fetchFromGitHub { 16 owner = "sunqm"; 17 repo = "libcint"; 18 rev = "v${version}"; 19 + hash = "sha256-k9luTarszZAqh33SzPMM3BYj01HT7cfTipt44nSC+2A="; 20 }; 21 22 postPatch = ''