summaryrefslogtreecommitdiff
path: root/rodion
diff options
context:
space:
mode:
authorRodion Goritskov <rodion.goritskov@gmail.com>2023-12-13 23:50:48 +0400
committerRodion Goritskov <rodion.goritskov@gmail.com>2023-12-13 23:50:48 +0400
commit6c58e30591e2a95aefb438a1d1480fe3a8a3b55a (patch)
treeb1d3356f2fccdd05023a5565278ee5f9f5abd481 /rodion
parent36246ac64cc1048fab6dca92d53f67d10f918108 (diff)
feat: Add GNU Hyperbole master
Diffstat (limited to 'rodion')
-rw-r--r--rodion/packages/emacs.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/rodion/packages/emacs.scm b/rodion/packages/emacs.scm
index 1a50b85..aa6acbf 100644
--- a/rodion/packages/emacs.scm
+++ b/rodion/packages/emacs.scm
@@ -78,3 +78,18 @@ This package has been written to leverage tree-sitter parsing facilities, allowi
(description
"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"))))))