Merge pull request #112756 from r-ryantm/auto-update/python3.7-jupyter-repo2docker

python37Packages.jupyter-repo2docker: 0.11.0 -> 2021.1.0
This commit is contained in:
Martin Weinelt 2021-02-12 01:20:42 +01:00 committed by GitHub
commit b58da7af1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.11.0"; version = "2021.1.0";
pname = "jupyter-repo2docker"; pname = "jupyter-repo2docker";
disabled = !(pythonAtLeast "3.4"); disabled = !(pythonAtLeast "3.4");
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "7fc2edf0cda1e46f2e7553bfb84a47e6d141b8dac393268ef01ee3504ca6ad94"; sha256 = "3e3e671407ef2a7f7695338dc6ce2ca9cc75683ffc7a543829cf119564aca802";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [