GNU bug report logs -
#78888
[PATCH 1/1] gnu: python-pytorch-lightning: Update to 2.5.2.
Previous Next
To reply to this bug, email your comments to 78888 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78888
; Package
guix-patches
.
(Tue, 24 Jun 2025 10:13:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ayan Das <bvits <at> riseup.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 24 Jun 2025 10:13:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (python-pytorch-lightning): Update to 2.5.2.
Signed-off-by: Ayan Das <bvits <at> riseup.net>
---
gnu/packages/machine-learning.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index c1621d1e0b..ba9bc74f3b 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5699,11 +5699,11 @@ (define-public python-inquirer
(license license:expat)))
(define-public python-pytorch-lightning
- (let ((commit "9177ec09caadcf88859e1f1e3e10a18e8832069a")
+ (let ((commit "1617f70428a791b2d81c392d6a0b8a078d8e7fb1")
(revision "0"))
(package
(name "python-pytorch-lightning")
- (version (git-version "2.5.0.post0" revision commit))
+ (version (git-version "2.5.2" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5712,7 +5712,7 @@ (define-public python-pytorch-lightning
(file-name (git-file-name name version))
(sha256
(base32
- "0n1dqqaxga0s02l04vy9jfphx7g20m4as17jaxl5bgwzrjfh6k2f"))))
+ "1i11n4094a8ysb7cj1lww23nh0mk3d9licw9c9pgzws2m0qy70yd"))))
(build-system pyproject-build-system)
(arguments
(list
base-commit: 2b179d6a864e291d1b4ccf3ea3bd80a0e4859f5e
--
2.49.0
Information forwarded
to
bvits <at> riseup.net, guix-patches <at> gnu.org
:
bug#78888
; Package
guix-patches
.
(Tue, 24 Jun 2025 10:24:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 78888 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/machine-learning.scm (python-lightning-utilities): Update to 0.14.3.
Signed-off-by: Ayan Das <bvits <at> riseup.net>
---
gnu/packages/machine-learning.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index c1621d1e0b..caa746bd3a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5572,13 +5572,13 @@ (define-public python-lightning-cloud
(define-public python-lightning-utilities
(package
(name "python-lightning-utilities")
- (version "0.11.6")
+ (version "0.14.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "lightning_utilities" version))
(sha256
(base32
- "016zikn39apig3y6xyipw34w0w02c73z483radddbf68ivpjgz3r"))))
+ "1xg9cngdz9dsxwcpcmzf28q306i15hw58h54allhb41q4wzziqip"))))
(build-system pyproject-build-system)
(native-inputs
(list python-coverage
base-commit: 2b179d6a864e291d1b4ccf3ea3bd80a0e4859f5e
--
2.49.0
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.