Merge pull request #212518 from r-ryantm/auto-update/python310Packages.whois

python310Packages.whois: 0.9.23 -> 0.9.24
This commit is contained in:
Mario Rodas 2023-01-24 23:19:56 -05:00 committed by GitHub
commit 9a244b0b41
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.23";
version = "0.9.24";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "DannyCork";
repo = "python-whois";
rev = "refs/tags/${version}";
hash = "sha256-HYzCdWX0gz1W73ZPlrdt+kqUPbBRrDnkGJE56nQ3UVc=";
hash = "sha256-DxjfRBJh/qLafxXN2VcXHTWuajDg6lvmJ5U86Na3L5g=";
};
propagatedBuildInputs = [