mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.jupyter-repo2docker: 2021.1.0 -> 2021.3.0
This commit is contained in:
parent
4d716f12bf
commit
bace772f44
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2021.1.0";
|
version = "2021.3.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 = "3e3e671407ef2a7f7695338dc6ce2ca9cc75683ffc7a543829cf119564aca802";
|
sha256 = "42e0cf67181bdd03b54dabde695befec0586ed68a4ec1240104e209997d776c4";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue