Merge pull request #208776 from fabaff/whois-bump

python310Packages.whois: 0.9.19 -> 0.9.20
This commit is contained in:
Jonas Heinrich 2023-01-03 10:35:52 +01:00 committed by GitHub
commit 73247c5ab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "whois";
version = "0.9.19";
version = "0.9.20";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "DannyCork";
repo = "python-whois";
rev = "refs/tags/${version}";
hash = "sha256-b8OZppynDT0MCwH4ic+wMJzWqyUzsigzxD0yYGfgJmI=";
hash = "sha256-J2v2TKTrzhi1XLW2e/N3jAGCy3W8cQEFV5cJAf8gT4g=";
};
propagatedBuildInputs = [