lol

python312Packages.pylette: 4.0.0 -> 4.0.1

+3 -3
+3 -3
pkgs/development/python-modules/pylette/default.nix
··· 14 14 }: 15 15 buildPythonPackage rec { 16 16 pname = "pylette"; 17 - version = "4.0.0"; 17 + version = "4.0.1"; 18 18 pyproject = true; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "qTipTip"; 22 22 repo = "Pylette"; 23 23 tag = version; 24 - hash = "sha256-i8+QQpYoRfgoV9Nm/FvXSJV+TEvmaaPsPIeG+PU838Q="; 24 + hash = "sha256-xIaNxSV7hxoaXDha0P+Mj40KY2fViFiw+uNpwXvdwnI="; 25 25 }; 26 26 27 27 build-system = [ ··· 59 59 ]; 60 60 61 61 meta = { 62 - changelog = "https://github.com/qTipTip/Pylette/releases/tag/${version}"; 62 + changelog = "https://github.com/qTipTip/Pylette/releases/tag/${src.tag}"; 63 63 description = "Python library for extracting color palettes from images"; 64 64 homepage = "https://qtiptip.github.io/Pylette/"; 65 65 license = lib.licenses.mit;