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:
parent
b87047e04b
commit
eb6b471b44
|
@ -2386,6 +2386,7 @@ the speedbar window.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(commit "880706469338ab59b5bb7dbe8460016f89755364")
|
(commit "880706469338ab59b5bb7dbe8460016f89755364")
|
||||||
(url "https://github.com/gregsexton/ob-ipython.git")))
|
(url "https://github.com/gregsexton/ob-ipython.git")))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
|
"1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
|
||||||
|
|
Loading…
Reference in New Issue