mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
updating python-jupyterhub
This commit is contained in:
parent
f01dea83e0
commit
4b411db746
1 changed files with 11 additions and 1 deletions
|
@ -6,9 +6,19 @@
|
|||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (guix-science packages jupyter)
|
||||
#:use-module ((guix-science packages jupyter) #:prefix gs:)
|
||||
)
|
||||
|
||||
(define-public python-jupyterhub
|
||||
(package
|
||||
(inherit gs:python-jupyterhub)
|
||||
(name "python-jupyterhub")
|
||||
(version "3.1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "jupyterhub" version))
|
||||
(sha256 (base32 "0lsryyghglfsqlchax3p9bygsgni7aacfbsdr2rd57njgifwbnxz"))))))
|
||||
|
||||
(define-public python-batchspawner
|
||||
(package
|
||||
(name "python-batchspawner")
|
||||
|
|
Loading…
Add table
Reference in a new issue