mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.colorlog: 6.11.0 -> 6.12.0
Diff: https://github.com/borntyping/python-colorlog/compare/v6.11.0...v6.12.0 Changelog: https://github.com/borntyping/python-colorlog/releases/tag/v6.12.0
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user