Skip to content

Commit

Permalink
python: pytrends: 4.7.2 -> 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent e539d2c commit 5b92ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pytrends/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

buildPythonPackage rec {
pname = "pytrends";
version = "4.7.2";
version = "4.7.3";

src = fetchPypi {
inherit pname version;
sha256 = "1cf80573276b3a93c4fb2ff296c260fa86e7ab43709473ce34f3bad3841f06df";
sha256 = "8ccb06c57c31fa157b978a0d810de7718ee46583d28cf818250d45f36abd2faa";
};

doCheck = false;
Expand Down

0 comments on commit 5b92ab4

Please sign in to comment.