python311Packages.ring-doorbell: 0.8.0 -> 0.8.1

Changelog: https://github.com/tchellomello/python-ring-doorbell/releases/tag/0.8.1
This commit is contained in:
Fabian Affolter 2023-11-17 18:46:00 +01:00
parent 5dcbaf3cc3
commit 7ec0012737

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "ring-doorbell";
version = "0.8.0";
version = "0.8.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ring_doorbell";
inherit version;
hash = "sha256-6kfD87GlEb+f6hUSqhyPIy4Xg63f8zDdGKMaOxQYWoM=";
hash = "sha256-A7FQeeYym0nAQlkbpejpZqd5ZgX2cw3/DbshDxlrivw=";
};
nativeBuildInputs = [