We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102116a commit e21f3eaCopy full SHA for e21f3ea
1 file changed
pkgs/development/python-modules/billiard/default.nix
@@ -9,14 +9,14 @@
9
10
buildPythonPackage rec {
11
pname = "billiard";
12
- version = "4.0.0";
+ version = "4.0.2";
13
format = "setuptools";
14
15
disabled = pythonOlder "3.7";
16
17
src = fetchPypi {
18
inherit pname version;
19
- sha256 = "sha256-NE2aHX063fFx6yxZbJ6Y0e/4Gw4D8fk5iTmjUYyiY6k=";
+ sha256 = "sha256-jUFd+FrDG5dXlxJaxIZJL+TF5OJx07DfdWHrI0YsmwM=";
20
};
21
22
checkInputs = [
0 commit comments