Skip to content

Commit

Permalink
Revert "python3Packages.billiard: 4.0.0 -> 4.0.2"
Browse files Browse the repository at this point in the history
Breaks tests for Celery.

This reverts commit e21f3ea.
  • Loading branch information
K900 committed Sep 29, 2022
1 parent d2b7f4a commit 5a18fc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/billiard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "billiard";
version = "4.0.2";
version = "4.0.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-jUFd+FrDG5dXlxJaxIZJL+TF5OJx07DfdWHrI0YsmwM=";
sha256 = "sha256-NE2aHX063fFx6yxZbJ6Y0e/4Gw4D8fk5iTmjUYyiY6k=";
};

checkInputs = [
Expand Down

0 comments on commit 5a18fc7

Please sign in to comment.