Skip to content

Commit

Permalink
w3lib: 1.14.2 -> 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teh committed Feb 15, 2017
1 parent 17e9f21 commit dde5350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30937,13 +30937,13 @@ EOF

w3lib = buildPythonPackage rec {
name = "w3lib-${version}";
version = "1.14.2";
version = "1.17.0";

buildInputs = with self ; [ six pytest ];

src = pkgs.fetchurl {
url = "mirror://pypi/w/w3lib/${name}.tar.gz";
sha256 = "bd87eae62d208eef70869951abf05e96a8ee559714074a485168de4c5b190004";
sha256 = "0vshh300ay5wn5hwl9qcb32m71pz5s6miy0if56vm4nggy159inq";
};

meta = {
Expand Down

0 comments on commit dde5350

Please sign in to comment.