Merge pull request #159549 from fabaff/bump-python-socks

python3Packages.python-socks: 2.0.2 -> 2.0.3
This commit is contained in:
Fabian Affolter
2022-02-20 15:38:28 +01:00
committed by GitHub
2 changed files with 21 additions and 8 deletions
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "python-socks";
version = "2.0.2";
version = "2.0.3";
format = "setuptools";
disabled = pythonOlder "3.6.1";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = pname;
rev = "v${version}";
sha256 = "1ixhi23x28bg45146p23z26y38rlz445xr0inwgx7avh0rs7vwfx";
sha256 = "sha256-tVoBon9HF9MTOK+dN9g58fQO706ElNlCeULx//7hPWA=";
};
propagatedBuildInputs = [