mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python: urlgrabber: 4.0.0 -> 4.1.0
This commit is contained in:
parent
54cd63b48d
commit
ea4c344b06
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "urlgrabber";
|
||||
version = "4.0.0";
|
||||
version = "4.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0fazs574fgixd525cn2dh027f4qf0c0gbwcfyfkhc6fkblfa1ibr";
|
||||
sha256 = "075af8afabae6362482d254e5ac3ffa595d1766117b684e53d9c25c2e937e139";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pycurl six ];
|
||||
|
|
Loading…
Reference in a new issue