guix-commits
[Top][All Lists]
Advanced

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

21/22: gnu: emacs-helm-org-contacts: Update to 20200319.


From: guix-commits
Subject: 21/22: gnu: emacs-helm-org-contacts: Update to 20200319.
Date: Sun, 29 Mar 2020 16:37:52 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4d59d9faad6e20b190bf160f73ead6616f098356
Author: Michael Rohleder <address@hidden>
AuthorDate: Thu Mar 26 20:59:57 2020 +0100

    gnu: emacs-helm-org-contacts: Update to 20200319.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts): update to 20200310
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 32ed7bf..782d865 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16284,10 +16284,10 @@ text-tree applications inside GNU Emacs.  It consists 
of 2 subprojects:
       (license license:gpl3))))
 
 (define-public emacs-helm-org-contacts
-  (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
+  (let ((commit "e7f11615802df55bb8b679450b5a5ef82a9081f9"))
     (package
       (name "emacs-helm-org-contacts")
-      (version (git-version "20180707" "1" commit))
+      (version (git-version "20200310" "1" commit))
       (source
        (origin
          (method git-fetch)
@@ -16297,7 +16297,7 @@ text-tree applications inside GNU Emacs.  It consists 
of 2 subprojects:
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
+           "06a1gbrq3qcfsn0kyv4i24x1xxfrrwqa3kgfj4xa4va88q2vqyb5"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-dash" ,emacs-dash)



reply via email to

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