gnu: emacs-ob-ipython: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-ob-ipython)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
bf5626136e
commit
a8193ec3f2
|
@ -2651,7 +2651,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"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
|
"1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
|
||||||
|
|
Loading…
Reference in New Issue