mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: emacs-org-babel-eval-in-repl: Use Git instead of MELPA.
* gnu/packages/emacs-xyz.scm (emacs-org-babel-eval-in-repl): Cleanup. [source]: Use git repository. Change-Id: Ie693633f4359410ac1ecd61919cc2d6933fc970f
This commit is contained in:
parent
b477a1a253
commit
15a5600058
1 changed files with 6 additions and 4 deletions
|
|
@ -39090,11 +39090,13 @@ or regions to a REPL from ~a buffers.") language))))
|
|||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://stable.melpa.org/packages/"
|
||||
"org-babel-eval-in-repl-" version ".tar"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/diadochos/org-babel-eval-in-repl")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bdnps6m3kcvsagz8cfm3kf2rvxzl2p252pfggwbdbl43kzvl35h"))
|
||||
(base32 "1fjifl69qja3ab0g72f1hkfns992qq0v9pw8p4hgvjycx7fpzk0a"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin (delete-file "eval-in-repl-matlab.el")))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue