Unverified Commit 8de1cdaf authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.asyncwhois: 1.1.9 -> 1.1.10 (#387211)

parents 3b7dcac9 0c62d387
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];