Merge pull request #108291 from fabaff/bump-tld

python3Packages.tld: 0.12.3 -> 0.12.4
This commit is contained in:
Pavol Rusnak 2021-01-03 13:12:52 +01:00 committed by GitHub
commit 23c6c4ce3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
python.pkgs.buildPythonPackage rec {
pname = "tld";
version = "0.12.3";
version = "0.12.4";
src = fetchPypi {
inherit pname version;
sha256 = "1959d0db03b7644f5528748f348d5eecdcd27120a8bb4ef00d932b1b1acdf13d";
sha256 = "0976g7jcpi3jv7snawmfis5ybb6737cv2xw7wlanlfkyqljip24x";
};
propagatedBuildInputs = with python.pkgs; [ six ];