guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/23: gnu: emacs-jupyter: Update to 1.0.


From: guix-commits
Subject: 11/23: gnu: emacs-jupyter: Update to 1.0.
Date: Sat, 6 Apr 2024 10:52:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b1398be68c01eb0d2f1b1fa3df3beef567a8bec7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 6 14:30:30 2024 +0200

    gnu: emacs-jupyter: Update to 1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-jupyter): Update to 1.0.
    
    Change-Id: I9c9fae1aac83344e62814aead1225f53700c745d
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46bf973840..4a96b93f32 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22478,7 +22478,7 @@ the pipeline, featuring the support for running 
@code{emacsclient}.")
 (define-public emacs-jupyter
   (package
     (name "emacs-jupyter")
-    (version "0.8.3")
+    (version "1.0")
     (source
      (origin
        (method git-fetch)
@@ -22487,7 +22487,7 @@ the pipeline, featuring the support for running 
@code{emacsclient}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0acn964xlpn265vry35lrkkpf9z5y4ml96xg8ifadkxwxymm1sh2"))))
+        (base32 "0rf8d83bzc05v0w7zpqwcd89cdvrxwzpyf55vmmzj5j755bgxvhs"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-company ;optional



reply via email to

[Prev in Thread] Current Thread [Next in Thread]