python311Packages.hsluv: 5.0.3 -> 5.0.4

Diff: https://github.com/hsluv/hsluv-python/compare/v5.0.3...v5.0.4
This commit is contained in:
Fabian Affolter
2023-09-18 16:08:24 +00:00
parent f81112bbb0
commit f76717681d
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "hsluv";
version = "5.0.3";
version = "5.0.4";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "hsluv";
repo = "hsluv-python";
rev = "v${version}";
hash = "sha256-p3KD+zhHCOs/rLUVf1IkW/isfpUPQstB2VHGmZ/aEPU=";
hash = "sha256-bjivmPTU3Gp3pcC0ru4GSZANdhPqS1QSTMeiPGN8GCI=";
};
nativeCheckInputs = [