diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-15 14:15:52 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-15 14:15:52 -0600 |
commit | 0da921dce73afa06f4f98e936df310919437ca18 (patch) | |
tree | 5bb29730d2ad603e75f1cc7cabdad2d45e563247 /gnu | |
parent | 1bd94e3a656f4e59e866de403fce0ff8918be63a (diff) |
gnu: emacs-ob-ipython: Update to 20180224.
* gnu/packages/emacs-xyz.scm (emacs-ob-ipython): Update to 20180224.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
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))) |