diff options
author | Frederick Muriuki Muriithi | 2025-08-01 14:34:37 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-11 11:04:43 -0500 |
commit | 08e80a97419c6f25562eaeef06cb6161e8be16ac (patch) | |
tree | d62bb3853d6b94d16645c0c93288cb2e927f63dc /gn/packages/jupyterhub.scm | |
parent | f8462a8b644f79f9aa86156363065ddb0db08313 (diff) | |
download | guix-bioinformatics-08e80a97419c6f25562eaeef06cb6161e8be16ac.tar.gz |
python-notebook: update source module.
Diffstat (limited to 'gn/packages/jupyterhub.scm')
-rw-r--r-- | gn/packages/jupyterhub.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/jupyterhub.scm b/gn/packages/jupyterhub.scm index 6828329..2779d3e 100644 --- a/gn/packages/jupyterhub.scm +++ b/gn/packages/jupyterhub.scm @@ -17,6 +17,7 @@ #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages jupyter) #:use-module (gnu packages rpc) #:use-module (gnu packages serialization) #:use-module (gnu packages time) |