GNU bug report logs -
#49673
[PATCH 1/2] gnu: emacs-typit: Fix dictionary location.
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Wed, 21 Jul 2021 00:48:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
* gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.2.1-2.fa125bf.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f611277be2..d3f050312d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1201,8 +1201,8 @@ handful of functions that are not resource-specific.")
(define-public emacs-typit
;; Last release is from 2017.
- (let ((commit "231cb7df43253b84323520b8ed70f128d37003af")
- (revision "1"))
+ (let ((commit "fa125bf43757737fbcf91958b76c38b440d54b4c")
+ (revision "2"))
(package
(name "emacs-typit")
(version (git-version "0.2.1" revision commit))
@@ -1214,7 +1214,7 @@ handful of functions that are not resource-specific.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1savrxs7xl92ifyxpxkkzv2didr7lb405h0dwz1bs1wldr5fb53f"))))
+ (base32 "1l0qb8gjgsmjjdvxlma7g6fn2z6rj246p2kczrikq8ajg1xh61sr"))))
(build-system emacs-build-system)
(arguments
'(#:include (cons "^dict/" %default-include)))
--
2.32.0
This bug report was last modified 3 years and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.