python310Packages.hsluv: 5.0.2 -> 5.0.3

This commit is contained in:
Fabian Affolter 2022-05-26 21:41:51 +02:00
parent e5e5786660
commit 6f5421591c

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "hsluv";
version = "5.0.2";
version = "5.0.3";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "hsluv";
repo = "hsluv-python";
rev = "v${version}";
sha256 = "0r0w8ycjwfg3pmzjghzrs0lkam93fzvgiqvrwh3nl9jnqlpw7v7j";
sha256 = "sha256-p3KD+zhHCOs/rLUVf1IkW/isfpUPQstB2VHGmZ/aEPU=";
};
checkInputs = [