We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c596c2f commit c4d6c75Copy full SHA for c4d6c75
pkgs/development/libraries/libint/default.nix
@@ -128,7 +128,7 @@ assert (
128
129
let
130
pname = "libint";
131
- version = "2.11.0";
+ version = "2.11.1";
132
133
meta = {
134
description = "Library for the evaluation of molecular integrals of many-body operators over Gaussian functions";
@@ -151,7 +151,7 @@ let
151
owner = "evaleev";
152
repo = pname;
153
rev = "v${version}";
154
- hash = "sha256-z5D3wX+AFBM4KcU77Rwma8lgqx8vwDmerFxu0mC1XCk=";
+ hash = "sha256-oV/RWWfD0Kf2egI40fV8z2atG+4Cs+9+Wvy0euNNjtM=";
155
};
156
157
# Replace hardcoded "/bin/rm" with normal "rm"
0 commit comments