From 0c3e2b357c91604a2de7389cda0bf96d527e060d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 4 Jan 2025 21:29:54 +0100 Subject: gnu: Rename python-starsessions-for-pytorch-lightning. * gnu/packages/python-web.scm (python-starsessions-for-pytorch-lightning): Rename this variable... (python-starsessions): ...to this. Change-Id: I237b83f380ce0cd4aee5021f646e66700eeec746 --- gnu/packages/python-web.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f6b293e134..27e2a51d67 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9772,8 +9772,7 @@ (define-public python-starlette-for-fastapi-0.88 ;; XXX: unclear why these tests fail with a decoding error. '(list "-k" "not test_gzip_ignored_for_responses_with_encoding_set"))))) -;; A newer version exists, but python-pytorch-lightning requires <2.0. -(define-public python-starsessions-for-pytorch-lightning +(define-public python-starsessions (package (name "python-starsessions") (version "1.3.0") -- cgit v1.2.3