mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-23 22:35:03 +00:00
rosenthal: Add emacs-macrostep-geiser-dev.
* rosenthal/packages/emacs-xyz.scm (emacs-macrostep-geiser-dev): New variable.
This commit is contained in:
parent
340bdd232f
commit
0029ca1592
@ -64,3 +64,20 @@
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h1kfvr4zahk8ihvri1r16b2nkg3dg3524ic64c6w0jing2gr37c")))))))
|
"0h1kfvr4zahk8ihvri1r16b2nkg3dg3524ic64c6w0jing2gr37c")))))))
|
||||||
|
|
||||||
|
(define-public emacs-macrostep-geiser-dev
|
||||||
|
(let ((revision "3")
|
||||||
|
(commit "f6a2d5bb96ade4f23df557649af87ebd0cc45125"))
|
||||||
|
(package
|
||||||
|
(inherit emacs-macrostep-geiser)
|
||||||
|
(name "emacs-macrostep-geiser-dev")
|
||||||
|
(version (git-version "0.2.0" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/nbfalcon/macrostep-geiser")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0dykvwcvg8n24z3fkx6rv3l1mhzmca4cxj0gsvvqsg9wp0az1fc7")))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user