mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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:
parent
b87047e04b
commit
eb6b471b44
1 changed files with 1 additions and 0 deletions
|
@ -2386,6 +2386,7 @@ (define-public emacs-ob-ipython
|
|||
(uri (git-reference
|
||||
(commit "880706469338ab59b5bb7dbe8460016f89755364")
|
||||
(url "https://github.com/gregsexton/ob-ipython.git")))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
|
||||
|
|
Loading…
Reference in a new issue