summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-07 17:29:07 +0300
committerThanos Apollo <[email protected]>2024-08-07 17:29:07 +0300
commit19b830f591e1eb2856b3b285ba7933c8aa9490c5 (patch)
tree5c8b51f46be222331fe1c7aa810966d77d258eb0
parent1f6bef51accee156665cad2a1b5c60b26ed119e5 (diff)
packages: emacs: Update gnosis to 0.4.0-bc0d.
-rw-r--r--hecate/packages/emacs.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/hecate/packages/emacs.scm b/hecate/packages/emacs.scm
index e522540..3bce854 100644
--- a/hecate/packages/emacs.scm
+++ b/hecate/packages/emacs.scm
@@ -90,11 +90,11 @@ the current buffer, a file on your disk, or a string from the kill ring.")
(license license:gpl3+))))
(define-public emacs-gnosis
- (let ((commit "4cd3ce6993a9b97b698537c428addf7387b13a3f")
+ (let ((commit "bc0d2a3ec6195d79903ad7badec10a26538763c2")
(revision "0"))
(package
(name "emacs-gnosis")
- (version (git-version "0.3.2" revision commit))
+ (version (git-version "0.4.0" revision commit))
(source
(origin
(method git-fetch)
@@ -103,7 +103,7 @@ the current buffer, a file on your disk, or a string from the kill ring.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0klggh9vx994i962m5a86ggxcr87vh5pwvm0qhdapwsag2ma08pk"))))
+ (base32 "0m10nnghg9j7pc8zqm9jfc49q8jbrnq4nimdd5rwbjyijhywhclr"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-compat emacs-emacsql))
(home-page "https://github.com/emacsorphanage/ac-ispell")