python3Packages.billiard: 4.2.1 -> 4.2.2

This commit is contained in:
R. Ryantm
2025-10-08 17:19:27 +00:00
parent 59f9c6722b
commit ebea9ad9a4
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "billiard";
version = "4.2.1";
version = "4.2.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "celery";
repo = "billiard";
tag = "v${version}";
hash = "sha256-9LuAlIn6hNiZGvWuaaDQxx9g0aBVF6Z2krxEOrssqRs=";
hash = "sha256-KUA1ydRoDIALhapDPG4c0C4q0Z72MReHeFCqqGviCNw=";
};
build-system = [ setuptools ];