about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-09 20:25:48 -0500
committerGitHub <noreply@github.com>2019-12-09 20:25:48 -0500
commit14658e4387917ea95f45eec7e527193420187f1e (patch)
tree8b4708a47cb27733dee3cd047cf6af8530d5dd3a /pkgs/development
parentff5234847f7430583c899a9ab7cd8db019d47286 (diff)
parent5294d2b512dd9da30c03a06e4b631f70bc5e66ff (diff)
downloadnixlib-14658e4387917ea95f45eec7e527193420187f1e.tar
nixlib-14658e4387917ea95f45eec7e527193420187f1e.tar.gz
nixlib-14658e4387917ea95f45eec7e527193420187f1e.tar.bz2
nixlib-14658e4387917ea95f45eec7e527193420187f1e.tar.lz
nixlib-14658e4387917ea95f45eec7e527193420187f1e.tar.xz
nixlib-14658e4387917ea95f45eec7e527193420187f1e.tar.zst
nixlib-14658e4387917ea95f45eec7e527193420187f1e.zip
Merge pull request #75366 from r-ryantm/auto-update/python3.8-shodan
python38Packages.shodan: 1.19.1 -> 1.20.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/shodan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/shodan/default.nix b/pkgs/development/python-modules/shodan/default.nix
index 2e0af01fef07..8cad6885570e 100644
--- a/pkgs/development/python-modules/shodan/default.nix
+++ b/pkgs/development/python-modules/shodan/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "shodan";
-  version = "1.19.1";
+  version = "1.20.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "76b8a3ba577a62799e3ea86410aea54e1f403ef6efbf681a3f38baa2bf4e1c58";
+    sha256 = "163fbz06xg4ncvmgsg85x2689zd1bvycc3506xqvcgh8xcz3izif";
   };
 
   propagatedBuildInputs = [