guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: emacs-typit: Update to 0.2.1-2.fa125bf.


From: guix-commits
Subject: 05/07: gnu: emacs-typit: Update to 0.2.1-2.fa125bf.
Date: Tue, 27 Jul 2021 13:34:33 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4c4cf3d6927cdfab54ab517a32fec6316f0f7eca
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Tue Jul 20 21:08:06 2021 -0400

    gnu: emacs-typit: Update to 0.2.1-2.fa125bf.
    
    * gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.2.1-2.fa125bf.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 a30d4bc..85f3fdf 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]