Merge pull request #174789 from fabaff/hsluv-bump

python310Packages.hsluv: 5.0.2 -> 5.0.3
This commit is contained in:
Fabian Affolter 2022-05-27 00:32:05 +02:00 committed by GitHub
commit 61e6e9fea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = [