python310Packages.jupyter-repo2docker: update order

This commit is contained in:
Fabian Affolter 2022-10-20 08:36:28 +02:00 committed by GitHub
parent cd68145f49
commit 7c36e0eeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@
}:
buildPythonPackage rec {
version = "2022.10.0";
pname = "jupyter-repo2docker";
version = "2022.10.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "jupyterhub";
repo = "repo2docker";
rev = "refs/tags/${version}";
sha256 = "sha256-n1Yhl3QC1YqdsCl6pI5NjzTiSEs6NrGq9jwT0uyS/p0=";
hash = "sha256-n1Yhl3QC1YqdsCl6pI5NjzTiSEs6NrGq9jwT0uyS/p0=";
};
propagatedBuildInputs = [