diff options
author | Efraim Flashner | 2022-04-20 16:14:32 +0300 |
---|---|---|
committer | Efraim Flashner | 2022-04-20 16:15:04 +0300 |
commit | 027827b9606a41edf5c778b98639b0f015f56cc9 (patch) | |
tree | 110d3f375738e15f86e378139df37f2dc116aaba /gn/packages/jupyterhub.scm | |
parent | 23cf83df7482c5e0ed185eb8532d4eacf2ad7241 (diff) | |
download | guix-bioinformatics-027827b9606a41edf5c778b98639b0f015f56cc9.tar.gz |
Remove upstreamed packages
Diffstat (limited to 'gn/packages/jupyterhub.scm')
-rw-r--r-- | gn/packages/jupyterhub.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gn/packages/jupyterhub.scm b/gn/packages/jupyterhub.scm index 838412b..322999b 100644 --- a/gn/packages/jupyterhub.scm +++ b/gn/packages/jupyterhub.scm @@ -267,25 +267,6 @@ balancing and can configure itself automatically and dynamically.") "Simple, generic API for escaping strings.") (license license:expat))) -;; This package is deprecated upstream. -;; Author suggests using python-toml -(define-public python-pytoml - (package - (name "python-pytoml") - (version "0.1.21") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pytoml" version)) - (sha256 - (base32 - "1rv1byiw82k7mj6aprcrqi2vdabs801y97xhfnrz7kxds34ggv4f")))) - (build-system python-build-system) - (home-page "https://github.com/avakar/pytoml") - (synopsis "A parser for TOML-0.4.0") - (description "A parser for TOML-0.4.0") - (license license:expat))) - (define-public python-jupyter-repo2docker (package (name "python-jupyter-repo2docker") |