guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-handle: Update to 0.1-2.51c050b.


From: guix-commits
Subject: 01/02: gnu: emacs-handle: Update to 0.1-2.51c050b.
Date: Sat, 5 Oct 2019 13:11:44 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit f561d7774ceea16710ef336a6fe71bf3d313660c
Author: Brian Leung <address@hidden>
Date:   Sat Oct 5 05:53:34 2019 +0200

    gnu: emacs-handle: Update to 0.1-2.51c050b.
    
    * gnu/packages/emacs-xyz.scm (emacs-handle): Update to 0.1-2.51c050b.
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2c5d1ce..a886849 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3674,8 +3674,8 @@ completion backends according to mode, and integrates with
       (license license:gpl3+))))
 
 (define-public emacs-handle
-  (let ((commit "0180a33c92b53d042c3e248a047e15337122d922")
-        (revision "1"))
+  (let ((commit "51c050bc1c6e5caf0eb47ecd985daea1db7241ab")
+        (revision "2"))
     (package
       (name "emacs-handle")
       (version (git-version "0.1" revision commit))
@@ -3687,8 +3687,10 @@ completion backends according to mode, and integrates 
with
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ldrdfxspkq0m07l98hhj9nydgj9qi557mnnpd3v4xrwqwhyr4nc"))))
+          (base32 "14f15qzfmwdslml4rv37zb5d1lsjf0jibriz636hb7q7knx1n4sg"))))
       (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-parent-mode" ,emacs-parent-mode)))
       (home-page "https://gitlab.com/jjzmajic/handle";)
       (synopsis "Handle generic functions across related major modes")
       (description "This package provides generic functions that specialize on



reply via email to

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