guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: emacs-ob-ipython: Update to 20180224.


From: guix-commits
Subject: 08/12: gnu: emacs-ob-ipython: Update to 20180224.
Date: Sun, 15 Dec 2019 15:58:44 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 0da921dce73afa06f4f98e936df310919437ca18
Author: Brett Gilio <address@hidden>
Date:   Sun Dec 15 14:15:52 2019 -0600

    gnu: emacs-ob-ipython: Update to 20180224.
    
    * gnu/packages/emacs-xyz.scm (emacs-ob-ipython): Update to 20180224.
---
 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 fcbf92f..7715d57 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3470,16 +3470,16 @@ minibuffer to enable editing the minibuffer input in 
another buffer with
 (define-public emacs-ob-ipython
   (package
     (name "emacs-ob-ipython")
-    (version "20150704.8807064693")
+    (version "20180224")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (commit "880706469338ab59b5bb7dbe8460016f89755364")
+                    (commit "7147455230841744fb5b95dcbe03320313a77124")
                     (url "https://github.com/gregsexton/ob-ipython.git";)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
+                "1a10fc2jk37ni5sjjvf87s5nyaz2a6h2mlj5dxh4dhv5sd3bb85p"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-f" ,emacs-f)))



reply via email to

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