python37Packages.tld: 0.9.3 -> 0.9.6
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-tld/versions
This commit is contained in:
parent
f73a09a9d6
commit
16452f1823
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
python.pkgs.buildPythonPackage rec {
|
python.pkgs.buildPythonPackage rec {
|
||||||
pname = "tld";
|
pname = "tld";
|
||||||
version = "0.9.3";
|
version = "0.9.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0i0prgwrmm157h6fa5bx9wm0m70qq2nhzp743374a94p9s766rpp";
|
sha256 = "0figmf80y715zv6viqan2nyzpg9aia5dyl25nskirpm5lh1s99w9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python.pkgs; [ six ];
|
propagatedBuildInputs = with python.pkgs; [ six ];
|
||||||
|
Loading…
Reference in New Issue
Block a user