tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.pylette: 4.0.0 -> 4.0.1
R. Ryantm
1 year ago
7775e13b
e365012c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pylette
default.nix
+3
-3
pkgs/development/python-modules/pylette/default.nix
reviewed
···
14
14
}:
15
15
buildPythonPackage rec {
16
16
pname = "pylette";
17
17
-
version = "4.0.0";
17
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
24
-
hash = "sha256-i8+QQpYoRfgoV9Nm/FvXSJV+TEvmaaPsPIeG+PU838Q=";
24
24
+
hash = "sha256-xIaNxSV7hxoaXDha0P+Mj40KY2fViFiw+uNpwXvdwnI=";
25
25
};
26
26
27
27
build-system = [
···
59
59
];
60
60
61
61
meta = {
62
62
-
changelog = "https://github.com/qTipTip/Pylette/releases/tag/${version}";
62
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;