python311Packages.asyncwhois: 1.1.0 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-05-14 03:16:44 +00:00
parent 80bfa2e774
commit ea710f5ea5

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "asyncwhois";
version = "1.1.0";
version = "1.1.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "pogzyb";
repo = "asyncwhois";
rev = "refs/tags/v${version}";
hash = "sha256-rJwJhSOFrZZ3WXEZmPMfdosBBW/R5/PMqs0QLnsPMoI=";
hash = "sha256-ESVgK4Z26OAamdHPEVxysnlJ0rEUlr8KNd24fawHuEg=";
};
nativeBuildInputs = [