python3Packages.pushbullet-py: correct src.pname (#473337)

This commit is contained in:
Sandro
2025-12-22 17:16:21 +00:00
committed by GitHub
@@ -17,7 +17,8 @@ buildPythonPackage rec {
pyproject = true;
src = fetchPypi {
inherit pname version;
inherit version;
pname = "pushbullet.py";
sha256 = "917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64";
};