python313Packages.asyncwhois: 1.1.9 -> 1.1.10

Diff: https://github.com/pogzyb/asyncwhois/compare/refs/tags/v1.1.9...v1.1.10

Changelog: https://github.com/pogzyb/asyncwhois/releases/tag/v1.1.10
This commit is contained in:
Fabian Affolter
2025-03-05 08:19:48 +01:00
parent 8833b8d661
commit 0c62d387cf
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "asyncwhois";
version = "1.1.9";
version = "1.1.10";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pogzyb";
repo = "asyncwhois";
tag = "v${version}";
hash = "sha256-Eb7De2AMxZi0Wu8dYA5wlX84BbF62L24vIuBEnvfxBU=";
hash = "sha256-vNXz8a0tXMxgcJ3xGKyJFgxQuIxpBg/xUeeG1TPXB0E=";
};
build-system = [ hatchling ];