unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55106] [PATCH] gnu: emacs-helm-org-contacts: Update to 20201202.
@ 2022-04-25  6:50 jgart via Guix-patches via
  2022-05-08 21:52 ` bug#55106: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-04-25  6:50 UTC (permalink / raw)
  To: 55106; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts): Update to 20201202.
[version]: Use new revision variable in let block.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0c1401e4df..dbbe6b42d7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22449,10 +22449,11 @@ (define-public emacs-ztree
       (license license:gpl3))))
 
 (define-public emacs-helm-org-contacts
-  (let ((commit "e7f11615802df55bb8b679450b5a5ef82a9081f9"))
+  (let ((commit "741eca6239684950219c9a12802386a132491b8c")
+        (revision "2"))
     (package
       (name "emacs-helm-org-contacts")
-      (version (git-version "20200310" "1" commit))
+      (version (git-version "20201202" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -22462,7 +22463,7 @@ (define-public emacs-helm-org-contacts
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "06a1gbrq3qcfsn0kyv4i24x1xxfrrwqa3kgfj4xa4va88q2vqyb5"))))
+           "1xy51hc3az8bc9sj71sjzy03xpkfa4v3cdcv3gpq3cj2zhk9gr8h"))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-dash emacs-helm emacs-s))
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55106: [PATCH] gnu: emacs-helm-org-contacts: Update to 20201202.
  2022-04-25  6:50 [bug#55106] [PATCH] gnu: emacs-helm-org-contacts: Update to 20201202 jgart via Guix-patches via
@ 2022-05-08 21:52 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-08 21:52 UTC (permalink / raw)
  To: jgart; +Cc: 55106-done

Hi jgart,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts): Update to 20201202.
> [version]: Use new revision variable in let block.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-08 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  6:50 [bug#55106] [PATCH] gnu: emacs-helm-org-contacts: Update to 20201202 jgart via Guix-patches via
2022-05-08 21:52 ` bug#55106: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).