summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrett Gilio <brettg@posteo.net>2019-12-15 14:15:52 -0600
committerBrett Gilio <brettg@posteo.net>2019-12-15 14:15:52 -0600
commit0da921dce73afa06f4f98e936df310919437ca18 (patch)
tree5bb29730d2ad603e75f1cc7cabdad2d45e563247
parent1bd94e3a656f4e59e866de403fce0ff8918be63a (diff)
downloadguix-0da921dce73afa06f4f98e936df310919437ca18.tar.gz
gnu: emacs-ob-ipython: Update to 20180224.
* gnu/packages/emacs-xyz.scm (emacs-ob-ipython): Update to 20180224.
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fcbf92f7ab..7715d57f4e 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)))