python313Packages.whoisdomain: 1.20240129.1 -> 1.20250220.2 (#384335)

This commit is contained in:
Fabian Affolter
2025-02-23 11:48:54 +01:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "whoisdomain";
version = "1.20240129.1";
version = "1.20250220.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mboot-github";
repo = "WhoisDomain";
tag = version;
hash = "sha256-nRj/WkYjMZuQoYF+QFIHABlek4DxvvEnOTeFYLHYvZc=";
hash = "sha256-/f5zV0vgjOIIux4e0mXeFSfY8cNpfGkfeCs3djla2zM=";
};
nativeBuildInputs = [ hatchling ];