summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rodion/packages/emacs.scm31
1 files changed, 17 insertions, 14 deletions
diff --git a/rodion/packages/emacs.scm b/rodion/packages/emacs.scm
index aa6acbf..d603c04 100644
--- a/rodion/packages/emacs.scm
+++ b/rodion/packages/emacs.scm
@@ -79,17 +79,20 @@ This package has been written to leverage tree-sitter parsing facilities, allowi
"LanguageTool is a free and open-source multilingual grammar, style, and spell checker with support for more than 30 languages. So, why not use it as your Emacs grammar and spell check tool. That is what this package is for.")
(license license:gpl3)))
-(define-public emacs-hyperbole-master
- (package
- (inherit emacs-hyperbole)
- (name "emacs-hyperbole")
- (version "8.0.1-6c5002e6")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.savannah.gnu.org/git/hyperbole.git")
- (commit "6c5002e67061f4cc51a7e5ab7a237880d55709c6")))
- (file-name (git-file-name name version))
- (sha256
- (base32 "01z8fci49wm1pgrgrvmw253q1jzs42ink4pbjg3gn6gjfng96h4l"))))))
+(define-public emacs-ox-gemini/latest
+ ;; No releases yet
+ (let ((commit "50818de823b7929f2d3207833e7c581280a60289")
+ (revision "2"))
+ (package
+ (inherit emacs-ox-gemini)
+ (name "emacs-ox-gemini")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~abrahms/ox-gemini")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1kaf3p6g46rvbiyrkfmpflhdvzz9bdqsq1m02496py92399x3knz")))))))