python3Packages.billiard: 4.2.2 -> 4.2.3 (#463228)

This commit is contained in:
Nick Cao
2025-11-20 20:41:43 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "billiard";
version = "4.2.2";
version = "4.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "celery";
repo = "billiard";
tag = "v${version}";
hash = "sha256-KUA1ydRoDIALhapDPG4c0C4q0Z72MReHeFCqqGviCNw=";
hash = "sha256-Zogy5O/bHymkKMn5zeTltNq/1c1fT7s/YFIDA53dr40=";
};
build-system = [ setuptools ];