Skip to content

Commit 3d3b361

Browse files
committed
python310Packages.distributed: 2023.8.0 -> 2023.8.1
https://github.com/dask/distributed/blob/2023.8.1/docs/source/changelog.rst
1 parent f13d239 commit 3d3b361

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/development/python-modules/distributed/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
buildPythonPackage rec {
2727
pname = "distributed";
28-
version = "2023.8.0";
28+
version = "2023.8.1";
2929
format = "pyproject";
3030

3131
disabled = pythonOlder "3.8";
@@ -34,19 +34,20 @@ buildPythonPackage rec {
3434
owner = "dask";
3535
repo = pname;
3636
rev = "refs/tags/${version}";
37-
hash = "sha256-FvNh7gfxUR1iIUY3kMolhzcbWupQL39E9JXWip8bdrQ=";
37+
hash = "sha256-HJyqDi5MqxEjAWWv8ZqNGAzeFn5rZGPwiDz5KaCm6Xk=";
3838
};
3939

4040
postPatch = ''
4141
substituteInPlace pyproject.toml \
42+
--replace "versioneer[toml]==" "versioneer[toml]>=" \
4243
--replace 'dynamic = ["version"]' 'version = "${version}"'
4344
'';
4445

4546
nativeBuildInputs = [
4647
setuptools
4748
setuptools-scm
4849
versioneer
49-
];
50+
] ++ versioneer.optional-dependencies.toml;
5051

5152
propagatedBuildInputs = [
5253
click

0 commit comments

Comments
 (0)