about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dask-gateway
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:59:03 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:33:46 +0200
commit18bd313e88465f0f955624990120a661d6028b31 (patch)
tree84214aa92d1d3be2434ee8deb481f5561197807a /pkgs/development/python-modules/dask-gateway
parent63676d7caff1e1e7d6eb236a0678926a6f5d1b7e (diff)
python3Packages.dask-gateway: 0.9.0 -> 2022.6.1
Diffstat (limited to 'pkgs/development/python-modules/dask-gateway')
-rw-r--r--pkgs/development/python-modules/dask-gateway/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dask-gateway/default.nix b/pkgs/development/python-modules/dask-gateway/default.nix
index 81aa8de8bcfc2..5f2634a174809 100644
--- a/pkgs/development/python-modules/dask-gateway/default.nix
+++ b/pkgs/development/python-modules/dask-gateway/default.nix
@@ -9,11 +9,11 @@
 buildPythonPackage rec {
   pname = "dask-gateway";
   # update dask-gateway lock step with dask-gateway-server
-  version = "0.9.0";
+  version = "2022.6.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "743f3b88dabe7d1503ac08aadf399eb9205df786b12c5175ea2e10c6ded7df22";
+    sha256 = "sha256-i0OFXjvDg+D4Sdyg6rluP0k6/Ecr+VZn+RiIEQONQX0=";
   };
 
   propagatedBuildInputs = [