Skip to content

Commit

Permalink
adcc: 0.15.14 -> 0.15.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepforce committed Aug 2, 2023
1 parent c324088 commit 10e3ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/apps/adcc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ assert !blas.isILP64;

buildPythonPackage rec {
pname = "adcc";
version = "0.15.14";
version = "0.15.16";

src = fetchFromGitHub {
owner = "adc-connect";
repo = "adcc";
rev = "v${version}";
sha256 = "sha256-yEk4DcZXK+T2cdwoWnc4xZO8tG5moVAlTvv5RsvOIpY=";
sha256 = "sha256-uBiRFuRNtHjoO+l53PUuDMGRlRhJCJ14W6eKoOqHnj0=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 10e3ca3

Please sign in to comment.