[PATCH] * gnu: emacs-helm-org-contacts: update to 20200310

  • Done
  • quality assurance status badge
Details
2 participants
  • Marius Bakke
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
877dz66fkn.fsf@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts):
update to 20200310
From e6929c78bd6efa8642438b8cba25718af28fbc25 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Thu, 26 Mar 2020 20:59:57 +0100
Subject: [PATCH] * gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts):
update to 20200310

---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5653796731..a733b6a33a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16300,10 +16300,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)
@@ -16313,7 +16313,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)
--
2.26.0
--
win-nt from the people who invented edlin
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl59DKgACgkQfHr/vv7y
yyUhoAf/fRZ3z2PxYzXbdD7m5aXs0pmB5vu8O78pDh7NCFIj9c01kWk1m4YF5XGF
uvPbW8azKQee7rPL2JnBMugrb46OluZd5eLtgiWW2oNkyhiYh8jWucOwS8spvF8w
u/SkoHZt+qXc/Pmuto/B0rjHP4ZOLmttVnNavmN+0t7r9VGq0jTjeefEupLvvsVg
z5LTZPJSaC8gJiemK9fHkgnJimdJfCxR+7o0rStBDSBv+0O/xDwcmHdDIYwnv0ng
W9g4yXhxz7S9LhHlBUGRQkqfpXf2TUkQsoaW8yqzsAfe7fXB8CNDaX1t2s/bptH1
/i0zIcYf5H2YakZPNf5YFbJypj5aAA==
=ntdC
-----END PGP SIGNATURE-----

Marius Bakke wrote 5 years ago
87y2rivr64.fsf@devup.no
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts):
> update to 20200310

Applied (with a proper commit title), thanks!

Actually I see it's part of the issue title, but it got missing from the
patch somehow.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl6BBbMACgkQoqBt8qM6
VPogiQf+LnBKp0yXCR/G2hHAeGsaM9n/43yUkAJ1ZRWauNQY+FNkYtyRqCAzNaLG
6NclSw11KFDXEmHo+FE8Um7VsUf91osCi8HXwMraZ0Kkc22bmy5pDhijXS3hbNJX
OF0LEfaDfUz6fJNC8ufJKI9j56xb6CeB7wEvPqjR2d1hDRwdNPdG8Vs9nS8IcqJQ
FWaam2HktgOlWzNrGKu3iZBi66xCgdVlfojSwtJQtCdHBWOLl9skvNbpjN9+Cm29
8P9W2ywlegHZrJrUNSK4Z3Rds3Ra7bQ7T3mvodb8OfxYuD1VnCmAkfxw8PZcLC23
ExE8U9IXQefLZVK4raE8OnLtpDOhEw==
=LV66
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40243@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40243
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help