python3Packages.jupyter-repo2docker: 2021.3.0 -> 2021.8.0
This commit is contained in:
parent
d1fd6b9921
commit
659292fdfe
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "2021.3.0";
|
||||
version = "2021.8.0";
|
||||
pname = "jupyter-repo2docker";
|
||||
disabled = pythonOlder "3.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "42e0cf67181bdd03b54dabde695befec0586ed68a4ec1240104e209997d776c4";
|
||||
sha256 = "9d1b3c3ec7944ea6b0a234d6fa77293a2d1ed1c080eba8466aba94f811b3465d";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue