updating python-jupyterhub

This commit is contained in:
Jean-François GUILLAUME 2023-05-11 14:53:27 +02:00
parent f01dea83e0
commit 4b411db746
GPG key ID: 38751DAE145EFB5A

View file

@ -6,9 +6,19 @@
#: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) #: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 (define-public python-batchspawner
(package (package
(name "python-batchspawner") (name "python-batchspawner")