Skip to content

Commit

Permalink
libcint: 6.1.0 -> 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent 06570e5 commit 466f5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libcint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "libcint";
version = "6.1.0";
version = "6.1.1";

src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
hash = "sha256-qcVVp+81S3Y0fxDWA/PWQeFT2g0N6tIHNUaOHSru2GA=";
hash = "sha256-wV3y+NobV6J+J6I2z3dJdCvTwvfgMspMtAGNpbwfsYk=";
};

postPatch = ''
Expand Down

0 comments on commit 466f5c7

Please sign in to comment.