Skip to content

Commit

Permalink
python38Packages.flowlogs_reader: 2.4.0 -> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Aug 16, 2021
1 parent aaf1bd4 commit 6e01aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/flowlogs_reader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

buildPythonPackage rec {
pname = "flowlogs_reader";
version = "2.4.0";
version = "3.1.0";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "e47637b40a068a0c814ba2087fb691b43aa12e6174ab06b6cdb7109bb94624e4";
sha256 = "d99636423abc83bb4042d63edd56852ede9e2949cadcc3339eda8f3367826dd4";
};

propagatedBuildInputs = [ botocore boto3 docutils ];
Expand Down

0 comments on commit 6e01aa7

Please sign in to comment.