Use stock ob-ipython instead of fuxialexander's fork

By @fuxialexander's request
This commit is contained in:
Henrik Lissner 2018-05-30 18:15:02 +02:00
parent ebfc5648ef
commit ff3f18ccaf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -31,7 +31,7 @@
(when (featurep! :lang crystal)
(package! ob-crystal))
(when (featurep! +ipython)
(package! ob-ipython :recipe (:fetcher github :repo "fuxialexander/ob-ipython" :files ("*")))))
(package! ob-ipython)))
(when (featurep! +export)
(package! ox-pandoc)