python3Packages.pylutron: 0.4.1 -> 0.4.2 (#540954)

This commit is contained in:
Fabian Affolter
2026-07-13 11:01:03 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "pylutron";
version = "0.4.1";
version = "0.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "thecynic";
repo = "pylutron";
tag = finalAttrs.version;
hash = "sha256-bfr0Guu4rbb50arFB6fIWPSqh1hLZY0WO9mALsf8dj0=";
hash = "sha256-W0QiOiaUh2/kNNxdPlQLyc4HorDAxZLc+zsftNC0Ah4=";
};
postPatch = ''