python3Packages.modern-colorthief: 0.1.12 -> 0.2.0 (#509037)

This commit is contained in:
Sandro
2026-05-22 01:51:30 +00:00
committed by GitHub
@@ -11,19 +11,19 @@
buildPythonPackage rec {
pname = "modern-colorthief";
version = "0.1.12";
version = "0.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "baseplate-admin";
repo = "modern_colorthief";
tag = version;
hash = "sha256-8V4S2VdtKnkH9HcY10KtkZXhjMRjPslETFeveFEDFCM=";
hash = "sha256-dXJbVXa/urMUL6YSVhQWcC3UMhv8uouaF8SQ39GdB1E=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-n5qIlkLvRpIeCG2rr1N0s7n3PTUOesg6PHqIppSaqiM=";
hash = "sha256-ED8dDz5dHkiqbbzD+Q3Zk71Xck7SAdkt9enPgwzpWuQ=";
};
nativeBuildInputs = [