lol

python3Packages.distributed: 2021.8.1 -> 2021.9.0

+2 -2
+2 -2
pkgs/development/python-modules/distributed/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "distributed"; 22 - version = "2021.8.1"; 23 disabled = pythonOlder "3.6"; 24 25 # get full repository need conftest.py to run tests 26 src = fetchPypi { 27 inherit pname version; 28 - sha256 = "c13ac10ecd9ee5f0ff67f5697149062d6e483f23a079918df1ab2e19b11fa77d"; 29 }; 30 31 propagatedBuildInputs = [
··· 19 20 buildPythonPackage rec { 21 pname = "distributed"; 22 + version = "2021.9.0"; 23 disabled = pythonOlder "3.6"; 24 25 # get full repository need conftest.py to run tests 26 src = fetchPypi { 27 inherit pname version; 28 + sha256 = "sha256-IiKc0rJYODCtGC9AAOkjbww/VG7PdfrqJ32IHU9xWbo="; 29 }; 30 31 propagatedBuildInputs = [