python3Packages.pyprusalink: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2026-07-15 08:10:14 +00:00
parent 0a6bfb4390
commit 4b474cbdf9

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyprusalink";
version = "3.0.0";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "pyprusalink";
tag = version;
hash = "sha256-y+onh52ES2WvfBYjksLBbnZKkm41BBXEc2ORLw9yfGM=";
hash = "sha256-qgcwbpQxjaoG/XDRv0kjryT0MqswYb7s6lhWKGHQB/4=";
};
nativeBuildInputs = [ setuptools ];