python313Packages.asyncwhois: 1.1.10 -> 1.1.12

Diff: https://github.com/pogzyb/asyncwhois/compare/v1.1.10...v1.1.12

Changelog: https://github.com/pogzyb/asyncwhois/releases/tag/v1.1.12
This commit is contained in:
Fabian Affolter
2025-11-01 00:10:41 +01:00
parent 74e39d90bf
commit 31494ac98d
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "asyncwhois";
version = "1.1.10";
version = "1.1.12";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pogzyb";
repo = "asyncwhois";
tag = "v${version}";
hash = "sha256-vNXz8a0tXMxgcJ3xGKyJFgxQuIxpBg/xUeeG1TPXB0E=";
hash = "sha256-bi8tBT6htxEgE/qoDID2GykCrHVfpe8EcH/Mbq9B0T4=";
};
build-system = [ hatchling ];