python3Packages.pyprusalink: 1.1.0 -> 2.0.0

This commit is contained in:
Martin Weinelt 2023-12-03 00:02:19 +01:00
parent 59e6d86418
commit 08fc3bf51e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pyprusalink";
version = "1.1.0";
version = "2.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-XRtbb7kceiqi8pioTWStRo0drCtQfy1t62jCMihlIec=";
hash = "sha256-wboyISggzC50cZ+J/NC0ytWXwCLBmBpP9/MtPkRb+Zs=";
};
patches = [