python3Packages.coloraide: 6.2 -> 7.0

This commit is contained in:
R. Ryantm
2026-01-23 08:11:28 +00:00
parent c5fd0b8a75
commit 05bde15890
@@ -7,7 +7,7 @@
typing-extensions,
}:
let
version = "6.2";
version = "7.0";
in
buildPythonPackage {
pname = "coloraide";
@@ -18,7 +18,7 @@ buildPythonPackage {
owner = "facelessuser";
repo = "coloraide";
tag = version;
hash = "sha256-WWqHYeFqdVAgBIiBgr5o8URI+ZyMIn7efnbTyelJgII=";
hash = "sha256-RjccFdsI7VAVieyVR2XbMTuG2SgPGCLzxjPrJ5G7tIo=";
};
build-system = [