python37Packages.jupyter-repo2docker: 0.11.0 -> 2021.1.0

This commit is contained in:
R. RyanTM 2021-02-11 11:15:07 +00:00
parent 41d270c2aa
commit 10f7dd6ae8

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 = [