python3Packages.pushbullet-py: correct src.pname (#473337)
This commit is contained in:
@@ -17,7 +17,8 @@ buildPythonPackage rec {
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
inherit version;
|
||||
pname = "pushbullet.py";
|
||||
sha256 = "917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user