polychromatic: 0.9.2 -> 0.9.3 (#362976)

This commit is contained in:
Wolfgang Walther
2024-12-12 20:35:04 +01:00
committed by GitHub
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication rec {
pname = "polychromatic";
version = "0.9.2";
version = "0.9.3";
format = "other";
src = fetchFromGitHub {
owner = "polychromatic";
repo = "polychromatic";
rev = "refs/tags/v${version}";
hash = "sha256-eSfyoEu4qQv+R17wgTfATOE1uHkksNxo17btR6swuZo=";
tag = "v${version}";
hash = "sha256-fw4XLaivf8kRkNaemHvd9zcVKn87ZZhP+ZDJsCJHv/4=";
};
postPatch = ''