Merge pull request #213115 from fabaff/whois-bump

python310Packages.whois: 0.9.24 -> 0.9.25
This commit is contained in:
Fabian Affolter 2023-01-28 12:24:44 +01:00 committed by GitHub
commit 79687b445d
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.24";
version = "0.9.25";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "DannyCork";
repo = "python-whois";
rev = "refs/tags/${version}";
hash = "sha256-DxjfRBJh/qLafxXN2VcXHTWuajDg6lvmJ5U86Na3L5g=";
hash = "sha256-h4s0cJbzc5uorT9yPtXIgVDwUExUe3cNMSHCWRhN1Q4=";
};
propagatedBuildInputs = [