python: tld: 0.9.7 -> 0.9.8
This commit is contained in:
parent
2b8e4f3181
commit
52f75b439b
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
python.pkgs.buildPythonPackage rec {
|
python.pkgs.buildPythonPackage rec {
|
||||||
pname = "tld";
|
pname = "tld";
|
||||||
version = "0.9.7";
|
version = "0.9.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "cef15360ec42547a583d49ef5246936b3ace424a95c00b59c09dcbe44b289961";
|
sha256 = "5963b22029e632a17bde87e35a19dc8c5b17266fb8c58e4d550d5593307e3a72";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python.pkgs; [ six ];
|
propagatedBuildInputs = with python.pkgs; [ six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user