mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
python: urlgrabber: 4.0.0 -> 4.1.0
This commit is contained in:
parent
54cd63b48d
commit
ea4c344b06
@ -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 New Issue
Block a user