python3Packages.color-operations: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm
2026-05-26 06:08:49 +00:00
parent 0a6619d2fd
commit 6c086fe2df
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "color-operations";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "vincentsarago";
repo = "color-operations";
tag = version;
hash = "sha256-LUO9PxrXCkFqyguvX4GT6vmlALMyfkDqXeGZAQG76vw=";
hash = "sha256-hDxbyhelsl/EvsesD4Rux5CQM86squ4gHevVK/UP8Y8=";
};
build-system = [