3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-ob-ipython: Declare a source file-name.

* gnu/packages/emacs.scm (emacs-ob-ipython)[source]: Add 'file-name field.
This commit is contained in:
Efraim Flashner 2018-02-12 11:39:58 +02:00
parent b87047e04b
commit eb6b471b44
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2386,6 +2386,7 @@ the speedbar window.")
(uri (git-reference
(commit "880706469338ab59b5bb7dbe8460016f89755364")
(url "https://github.com/gregsexton/ob-ipython.git")))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))