coulr: 2.1.0 -> 2.2.0 (#480861)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-17 10:53:02 +00:00
committed by GitHub
+2 -2
View File
@@ -17,7 +17,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "coulr";
version = "2.1.0";
version = "2.2.0";
pyproject = false;
dontWrapGApps = true;
@@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "Huluti";
repo = "Coulr";
tag = version;
hash = "sha256-1xnL5AWl/rLQu3i9m6uxbS4QT+690hmEW8kYTwkg7Gw=";
hash = "sha256-ATKD2PmNz8QRIqGHEuNNe8ZGjcvAU8qpqQtXWR2JBSA=";
};
nativeBuildInputs = [