guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm-org: Update to 20191229.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-org: Update to 20191229.
Date: Thu, 09 Jan 2020 05:27:54 -0500

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a9e70dc  gnu: emacs-helm-org: Update to 20191229.
a9e70dc is described below

commit a9e70dc5a6fdce9f0bf8ca8fd8459d59786a6d17
Author: Pierre Neidhardt <address@hidden>
AuthorDate: Thu Jan 9 11:27:25 2020 +0100

    gnu: emacs-helm-org: Update to 20191229.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-org): Update to 20191229.
---
 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 6c9d493..5224492 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6996,8 +6996,8 @@ not tied in the trap of backward compatibility.")
     (license license:gpl3+)))
 
 (define-public emacs-helm-org
-  (let ((commit "b9a1167b0716a22a69670f4c35e0ac59d2e0b220")
-        (revision "2"))
+  (let ((commit "8457e1e46227bf87726e05c42cec5a4b51c2ef7b")
+        (revision "3"))
     (package
       (name "emacs-helm-org")
       (version (git-version "1.0" revision commit))
@@ -7009,7 +7009,7 @@ not tied in the trap of backward compatibility.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1gc27i4azqpgijva1f4ckfdp4s52mc9pnfcmzhkwhknr6pd6jlcr"))))
+          (base32 "0kcjhwwi492n9m2w894hvdavfvhj45zygy7bwvx103wvpay5h6h6"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-helm" ,emacs-helm)))



reply via email to

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