mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Revert "python: jupyterlab_launcher: 0.10.5 -> 0.11.0"
This reverts commit a4404adbcb
.
This commit is contained in:
parent
19ef534fbb
commit
06932b25f3
@ -1,11 +1,11 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, jsonschema, notebook }:
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyterlab_launcher";
|
||||
version = "0.11.0";
|
||||
version = "0.10.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "2eea0cc95b312e136e6e5abc64e2e62baaeca493cd32f553c2205f79e01c0423";
|
||||
sha256 = "1v1ir182zm2dl14lqvqjhx2x40wnp0i32n6rldxnm1allfpld1n7";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user