python313Packages.venstarcolortouch: 0.19 -> 0.20 (#400801)

This commit is contained in:
Fabian Affolter
2025-04-23 09:05:45 +02:00
committed by GitHub
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "venstarcolortouch";
version = "0.19";
version = "0.20";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-QjcoF46GrBH7ExGQno8xDgtOSGNxhAP+NycJb22hL+E=";
hash = "sha256-HX1GPhLksD7T0jbnGxk85CgF8bnPXWrUnbOgCKsmeT0=";
};
propagatedBuildInputs = [ requests ];