diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-04 21:29:54 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:35 +0100 |
commit | 0c3e2b357c91604a2de7389cda0bf96d527e060d (patch) | |
tree | c4fecdad5fe7216e431af2018251937857d48829 | |
parent | 102003edfc7d4689ec7ef21c5bb0dc2d4053d7ed (diff) |
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
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 1 insertions, 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") |