Merge pull request #251097 from markuskowa/upd-libcint

libcint: 5.2.1 -> 5.4.0
This commit is contained in:
markuskowa 2023-08-27 17:37:05 +02:00 committed by GitHub
commit 736ec7287e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libcint"; pname = "libcint";
version = "5.2.1"; version = "5.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sunqm"; owner = "sunqm";
repo = "libcint"; repo = "libcint";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-sFdigOlS5fAi2dV4dhcPg3roqFdvpnh580WDqTA6DGg="; hash = "sha256-U+ZlD/I7RHtdYNbFhAmeU4qREe45dYJDIAC3Bup2tr0=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];