python3Packages.pushbullet-py: correct src.pname

This commit is contained in:
Justin Restivo
2025-12-22 10:41:49 -05:00
parent 322fdfcdbd
commit b4ef7cbcc9
@@ -17,7 +17,8 @@ buildPythonPackage rec {
pyproject = true;
src = fetchPypi {
inherit pname version;
inherit version;
pname = "pushbullet.py";
sha256 = "917883e1af4a0c979ce46076b391e0243eb8fe0a81c086544bcfa10f53e5ae64";
};