Commit 6eab1b61 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.asysocks: 0.2.13 -> 0.2.17

parent 93a65618
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "asysocks";
  version = "0.2.13";
  version = "0.2.17";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-RBhbLEceY7cpMXOWfu87D15g7VzBt2UKMKlWnkn/Jfg=";
    hash = "sha256-r6F7Sel8D3noBQE8fDYQ5k9NzIFOmUWT+1CGrWVCWTw=";
  };

  build-system = [ setuptools ];