python310Packages.whois: 0.9.26 -> 0.9.27

This commit is contained in:
R. Ryantm 2023-02-06 06:50:36 +00:00
parent 8255262d78
commit 9b0d72118d

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "whois";
version = "0.9.26";
version = "0.9.27";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "DannyCork";
repo = "python-whois";
rev = "refs/tags/${version}";
hash = "sha256-AnKzn3GScy9jgnb7vmQ2x73n5C/5VxJr+lR03HqVwMU=";
hash = "sha256-hs4iCv2OqwLhTj2H4oijRYIyqXrHmewqgnMtU+3Uup0=";
};
propagatedBuildInputs = [