Merge branch 'guillaume-jf-main-patch-42145' into 'main'

Update jupyter.scm

See merge request glicid-public/guix-glicid!347
This commit is contained in:
Jean-François GUILLAUME 2023-11-13 09:59:53 +00:00
commit 5b5b2a34ad

View file

@ -19,31 +19,31 @@
; (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
(name "python-batchspawner") ; (name "python-batchspawner")
(version "1.2.0") ; (version "1.2.0")
(source (origin ; (source (origin
(method url-fetch) ; (method url-fetch)
(uri (pypi-uri "batchspawner" version)) ; (uri (pypi-uri "batchspawner" version))
(sha256 (base32 "089f18s79kb2983wy4vb3vcwynmw7pzxmv0jwfhjgxd3yfs4p4mi")))) ; (sha256 (base32 "089f18s79kb2983wy4vb3vcwynmw7pzxmv0jwfhjgxd3yfs4p4mi"))))
(build-system python-build-system) ; (build-system python-build-system)
(propagated-inputs (list python-async-generator python-jinja2 python-jupyterhub python-pytest)) ; (propagated-inputs (list python-async-generator python-jinja2 python-jupyterhub python-pytest))
(home-page "http://jupyter.org") ; (home-page "http://jupyter.org")
(synopsis "Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers.") ; (synopsis "Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers.")
(description "Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers.") ; (description "Batchspawner: A spawner for Jupyterhub to spawn notebooks using batch resource managers.")
(license license:bsd-3))) ; (license license:bsd-3)))
(define-public python-batchspawner-git ;(define-public python-batchspawner-git
(package ; (package
(inherit python-batchspawner) ; (inherit python-batchspawner)
(name "python-batchspawner") ; (name "python-batchspawner")
(version "d5f9a0b") ; (version "d5f9a0b")
(source ; (source
(origin ; (origin
(method git-fetch) ; (method git-fetch)
(uri (git-reference ; (uri (git-reference
(url "https://github.com/jupyterhub/batchspawner") ; (url "https://github.com/jupyterhub/batchspawner")
(commit version))) ; (commit version)))
(sha256 (base32 "03z1ww5qlwjn3xs3lf9b78yrqq7kd6rd5bh2kn377md391hz09f7")))))) ; (sha256 (base32 "03z1ww5qlwjn3xs3lf9b78yrqq7kd6rd5bh2kn377md391hz09f7"))))))