Unverified Commit 0e20dbe7 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.python-socks: 2.7.2 -> 2.7.3 (#461792)

parents 482eaefb 5f1362a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "python-socks";
  version = "2.7.2";
  version = "2.7.3";
  pyproject = true;

  disabled = pythonOlder "3.6.2";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "romis2012";
    repo = "python-socks";
    tag = "v${version}";
    hash = "sha256-9RzlK8iErM94vpVLeildYjqXbRxdiVyxASCZHKd0mao=";
    hash = "sha256-n+RFHFGXy6/H3KwiK2kxY9KTe7PcYDcIoAYhnv7X62A=";
  };

  build-system = [ setuptools ];