mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Update jupyter.scm
This commit is contained in:
parent
7ce8902106
commit
e6c59dd634
1 changed files with 10 additions and 12 deletions
|
@ -6,18 +6,18 @@
|
||||||
#:use-module ((guix licenses) #:prefix license:)
|
#:use-module ((guix licenses) #:prefix license:)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages python-xyz)
|
#:use-module (gnu packages python-xyz)
|
||||||
#:use-module ((guix-science packages jupyter) #:prefix gs:)
|
; #:use-module ((guix-science packages jupyter) #:prefix gs:)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public python-jupyterhub
|
;(define-public python-jupyterhub
|
||||||
(package
|
; (package
|
||||||
(inherit gs:python-jupyterhub)
|
; (inherit gs:python-jupyterhub)
|
||||||
(name "python-jupyterhub")
|
; (name "python-jupyterhub")
|
||||||
(version "4.0.0")
|
; (version "4.0.0")
|
||||||
(source (origin
|
; (source (origin
|
||||||
(method url-fetch)
|
; (method url-fetch)
|
||||||
(uri (pypi-uri "jupyterhub" version))
|
; (uri (pypi-uri "jupyterhub" version))
|
||||||
(sha256 (base32 "0rx82hmwi6m2c7q8mw8a7r45j8245schln5vq1q2nzcswjb2karc"))))))
|
; (sha256 (base32 "0rx82hmwi6m2c7q8mw8a7r45j8245schln5vq1q2nzcswjb2karc"))))))
|
||||||
|
|
||||||
(define-public python-batchspawner
|
(define-public python-batchspawner
|
||||||
(package
|
(package
|
||||||
|
@ -47,5 +47,3 @@
|
||||||
(url "https://github.com/jupyterhub/batchspawner")
|
(url "https://github.com/jupyterhub/batchspawner")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256 (base32 "03z1ww5qlwjn3xs3lf9b78yrqq7kd6rd5bh2kn377md391hz09f7"))))))
|
(sha256 (base32 "03z1ww5qlwjn3xs3lf9b78yrqq7kd6rd5bh2kn377md391hz09f7"))))))
|
||||||
|
|
||||||
python-jupyterhub
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue