summary refs log tree commit diff
path: root/pkgs/development/python-modules/w3lib
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-16 07:43:14 -0800
committerRobert Schütz <rschuetz17@gmail.com>2019-01-16 16:43:14 +0100
commit477a34d9602ff5796884b4d74ce86ba73457bdae (patch)
tree2e43f728ea1b6029b0b4ea3c9c2522f611b26762 /pkgs/development/python-modules/w3lib
parent94a8a9b812db6081d1cf1231127646b52671e133 (diff)
downloadnixpkgs-477a34d9602ff5796884b4d74ce86ba73457bdae.tar
nixpkgs-477a34d9602ff5796884b4d74ce86ba73457bdae.tar.gz
nixpkgs-477a34d9602ff5796884b4d74ce86ba73457bdae.tar.bz2
nixpkgs-477a34d9602ff5796884b4d74ce86ba73457bdae.tar.lz
nixpkgs-477a34d9602ff5796884b4d74ce86ba73457bdae.tar.xz
nixpkgs-477a34d9602ff5796884b4d74ce86ba73457bdae.tar.zst
nixpkgs-477a34d9602ff5796884b4d74ce86ba73457bdae.zip
python37Packages.w3lib: 1.19.0 -> 1.20.0 (#54063)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-w3lib/versions
Diffstat (limited to 'pkgs/development/python-modules/w3lib')
-rw-r--r--pkgs/development/python-modules/w3lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/w3lib/default.nix b/pkgs/development/python-modules/w3lib/default.nix
index 839a4738f9f..b71bc7dc928 100644
--- a/pkgs/development/python-modules/w3lib/default.nix
+++ b/pkgs/development/python-modules/w3lib/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "w3lib";
-  version = "1.19.0";
+  version = "1.20.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "55994787e93b411c2d659068b51b9998d9d0c05e0df188e6daf8f45836e1ea38";
+    sha256 = "1mqwlc1cr15jxr3gr8pqqh5gf0gppm2kcvdi8vid6y8wmq9bjkg5";
   };
 
   buildInputs = [ six pytest ];