From 6c58e30591e2a95aefb438a1d1480fe3a8a3b55a Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Wed, 13 Dec 2023 23:50:48 +0400 Subject: feat: Add GNU Hyperbole master --- rodion/packages/emacs.scm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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")))))) -- cgit v1.2.3