Skip to content

Commit

Permalink
Merge pull request #104360 from r-ryantm/auto-update/python3.7-dask-g…
Browse files Browse the repository at this point in the history
…ateway-server

python37Packages.dask-gateway-server: 0.8.0 -> 0.9.0
  • Loading branch information
SuperSandro2000 committed Nov 23, 2020
2 parents 214cd89 + ad7b198 commit b34f928
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "dask-gateway-server";
# update dask-gateway-server lock step with dask-gateway
version = "0.8.0";
version = "0.9.0";
disabled = isPy27;

src = fetchPypi {
inherit pname version;
sha256 = "272134933b7e2068cd89a17a5012c76a29fbd9e40a78164345a2b15353d4b40a";
sha256 = "82bca8a98fc1dbda9f67c8eceac59cb92abe07db6227c120a1eb1d040ea40fda";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b34f928

Please sign in to comment.