lol

python310Packages.billiard: add changelog to meta

authored by

Fabian Affolter and committed by
Martin Weinelt
fd509a60 67b7b9a6

+2 -1
+2 -1
pkgs/development/python-modules/billiard/default.nix
··· 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-GtLuro4oBT1ym6M3PTTZ1uIQ9uTYvwqcZPkr0FPx7fU="; 19 + hash = "sha256-GtLuro4oBT1ym6M3PTTZ1uIQ9uTYvwqcZPkr0FPx7fU="; 20 20 }; 21 21 22 22 nativeCheckInputs = [ ··· 37 37 meta = with lib; { 38 38 description = "Python multiprocessing fork with improvements and bugfixes"; 39 39 homepage = "https://github.com/celery/billiard"; 40 + changelog = "https://github.com/celery/billiard/blob/v${version}/CHANGES.txt"; 40 41 license = licenses.bsd3; 41 42 maintainers = with maintainers; [ ]; 42 43 };