Skip to content

Commit

Permalink
python310Packages.distributed: 2023.8.0 -> 2023.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Aug 23, 2023
1 parent f13d239 commit 3d3b361
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/distributed/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

buildPythonPackage rec {
pname = "distributed";
version = "2023.8.0";
version = "2023.8.1";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -34,19 +34,20 @@ buildPythonPackage rec {
owner = "dask";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FvNh7gfxUR1iIUY3kMolhzcbWupQL39E9JXWip8bdrQ=";
hash = "sha256-HJyqDi5MqxEjAWWv8ZqNGAzeFn5rZGPwiDz5KaCm6Xk=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace "versioneer[toml]==" "versioneer[toml]>=" \
--replace 'dynamic = ["version"]' 'version = "${version}"'
'';

nativeBuildInputs = [
setuptools
setuptools-scm
versioneer
];
] ++ versioneer.optional-dependencies.toml;

propagatedBuildInputs = [
click
Expand Down

0 comments on commit 3d3b361

Please sign in to comment.