python3Packages.asyncwhois: 1.1.12 -> 1.1.13

This commit is contained in:
R. Ryantm
2026-07-17 17:36:33 +00:00
parent 7d48cc922d
commit e6e7bc8460
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "asyncwhois";
version = "1.1.12";
version = "1.1.13";
pyproject = true;
src = fetchFromGitHub {
owner = "pogzyb";
repo = "asyncwhois";
tag = "v${version}";
hash = "sha256-bi8tBT6htxEgE/qoDID2GykCrHVfpe8EcH/Mbq9B0T4=";
hash = "sha256-ZokAOqnHmCNzMV45ZuniU0Bt36O+Kd29KK3FOOSpdFo=";
};
build-system = [ hatchling ];