rosenthal: Add emacs-macrostep-geiser-dev.

* rosenthal/packages/emacs-xyz.scm (emacs-macrostep-geiser-dev): New variable.
This commit is contained in:
Hilton Chain 2022-11-25 14:33:39 +08:00
parent 340bdd232f
commit 0029ca1592
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7

View File

@ -64,3 +64,20 @@
(sha256
(base32
"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")))))))