mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
pythonPackages.pysocks: fix fetching
This commit is contained in:
parent
6fe217ad73
commit
ad1d37f211
@ -8,7 +8,8 @@ buildPythonPackage rec {
|
||||
version = "1.6.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PySocks";
|
||||
inherit version;
|
||||
sha256 = "3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user