Skip to content

Commit b6fffc5

Browse files
authored
libint: 2.11.0 -> 2.11.1 (#411157)
2 parents e457a98 + c4d6c75 commit b6fffc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/libint/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ assert (
128128

129129
let
130130
pname = "libint";
131-
version = "2.11.0";
131+
version = "2.11.1";
132132

133133
meta = {
134134
description = "Library for the evaluation of molecular integrals of many-body operators over Gaussian functions";
@@ -151,7 +151,7 @@ let
151151
owner = "evaleev";
152152
repo = pname;
153153
rev = "v${version}";
154-
hash = "sha256-z5D3wX+AFBM4KcU77Rwma8lgqx8vwDmerFxu0mC1XCk=";
154+
hash = "sha256-oV/RWWfD0Kf2egI40fV8z2atG+4Cs+9+Wvy0euNNjtM=";
155155
};
156156

157157
# Replace hardcoded "/bin/rm" with normal "rm"

0 commit comments

Comments
 (0)