summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytrends
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-24 08:47:46 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-27 16:26:51 +0100
commit50066df58c42d55f4b423d0ea0f2b961f96d4150 (patch)
treee176b05ba55a914e4565ec33b7f83ffbb32f7a01 /pkgs/development/python-modules/pytrends
parent324fe791e6bf45565e4e6c32592ece7b10996da5 (diff)
downloadnixpkgs-50066df58c42d55f4b423d0ea0f2b961f96d4150.tar
nixpkgs-50066df58c42d55f4b423d0ea0f2b961f96d4150.tar.gz
nixpkgs-50066df58c42d55f4b423d0ea0f2b961f96d4150.tar.bz2
nixpkgs-50066df58c42d55f4b423d0ea0f2b961f96d4150.tar.lz
nixpkgs-50066df58c42d55f4b423d0ea0f2b961f96d4150.tar.xz
nixpkgs-50066df58c42d55f4b423d0ea0f2b961f96d4150.tar.zst
nixpkgs-50066df58c42d55f4b423d0ea0f2b961f96d4150.zip
python: pytrends: 4.6.0 -> 4.7.2
Diffstat (limited to 'pkgs/development/python-modules/pytrends')
-rw-r--r--pkgs/development/python-modules/pytrends/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytrends/default.nix b/pkgs/development/python-modules/pytrends/default.nix
index b3ada6247e3..db7f781c5bf 100644
--- a/pkgs/development/python-modules/pytrends/default.nix
+++ b/pkgs/development/python-modules/pytrends/default.nix
@@ -8,11 +8,11 @@
 
 buildPythonPackage rec {
   pname = "pytrends";
-  version = "4.6.0";
+  version = "4.7.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "03gnn2mgjvpc7pbcijy7xilrhgjg7x2pp6ci96pdyqnhkqv02d3n";
+    sha256 = "1cf80573276b3a93c4fb2ff296c260fa86e7ab43709473ce34f3bad3841f06df";
   };
 
   doCheck = false;