tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.distributed: 2021.8.1 -> 2021.9.0
Fabian Affolter
4 years ago
0801a2b1
5f18927d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
distributed
default.nix
+2
-2
pkgs/development/python-modules/distributed/default.nix
···
19
19
20
20
buildPythonPackage rec {
21
21
pname = "distributed";
22
22
-
version = "2021.8.1";
22
22
+
version = "2021.9.0";
23
23
disabled = pythonOlder "3.6";
24
24
25
25
# get full repository need conftest.py to run tests
26
26
src = fetchPypi {
27
27
inherit pname version;
28
28
-
sha256 = "c13ac10ecd9ee5f0ff67f5697149062d6e483f23a079918df1ab2e19b11fa77d";
28
28
+
sha256 = "sha256-IiKc0rJYODCtGC9AAOkjbww/VG7PdfrqJ32IHU9xWbo=";
29
29
};
30
30
31
31
propagatedBuildInputs = [