rekado pushed a commit to branch master
in repository guix.

commit 0c3e2b357c91604a2de7389cda0bf96d527e060d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Jan 4 21:29:54 2025 +0100

    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 @@ Interface) framework/toolkit for building async web 
services in Python.")
       ;; 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")

Reply via email to