Fabian Affolter
2026-08-24 22:24:11 +02:00
parent 326ed4a489
commit f4437c20a3

View File

@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "colorlog";
version = "6.11.0";
version = "6.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "borntyping";
repo = "python-colorlog";
tag = "v${finalAttrs.version}";
hash = "sha256-iRtS2g23gu7LAhOfmRhPISf90lVwC2O+oTiTGaeZlas=";
hash = "sha256-K7gxWg1OMSwcslrBvEyRIoGKSDOrlfiLmhxl8PbL/9g=";
};
build-system = [ setuptools ];