GNU bug report logs -
#75177
[PATCH] gnu: emacs-jupyter: Update to 1.0-2.db8a9e2.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sun, 29 Dec 2024 13:50:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-jupyter): Update to 1.0-2.db8a9e2.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4e4ac5d4c4..092624e594 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23942,8 +23942,8 @@ (define-public epipe
(license license:gpl3+)))
(define-public emacs-jupyter
- (let ((commit "f97f4b5d8c83e0b901020f835183dde8a2bf649e")
- (revision "1"))
+ (let ((commit "db8a9e233a010a61063f34220821ec76157a2d84")
+ (revision "2"))
(package
(name "emacs-jupyter")
(version (git-version "1.0" revision commit))
@@ -23955,7 +23955,7 @@ (define-public emacs-jupyter
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jmhh9ncnf4ai8rr2g474n6dv9m7v983s2w0smy0h7l07sp43klq"))))
+ (base32 "0gjxi84d95sx5fw8q2a8szfhq6kb4xzwq0xr9a3pirkiga9hxymz"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-company ;optional
--
2.47.1
This bug report was last modified 217 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.