[PATCH 0/3] Update emacs-{elfeed,helm,helm-swoop}

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

Debbugs page

Kyle Meyer wrote 7 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20180401211436.12035-1-kyle@kyleam.com
gnu: emacs-elfeed: Update to 2.3.0.
gnu: emacs-helm: Update to 2.9.0.
gnu: emacs-helm-swoop: Update to 1.7.4.

gnu/packages/emacs.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

--
2.16.3
Kyle Meyer wrote 7 years ago
[PATCH 1/3] gnu: emacs-elfeed: Update to 2.3.0.
(address . 31019@debbugs.gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20180401211559.12137-1-kyle@kyleam.com
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.3.0.
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 7a203ef6e..33f994f82 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -21,7 +21,7 @@
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
-;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
+;;; Copyright © 2017, 2018 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 George Clemmer <myglc2@gmail.com>
;;; Copyright © 2017 Feng Shu <tumashu@163.com>
@@ -3903,7 +3903,7 @@ If you want to mark a folder manually as a project just create an empty
(define-public emacs-elfeed
(package
(name "emacs-elfeed")
- (version "2.2.0")
+ (version "2.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/skeeto/elfeed/archive/"
@@ -3911,7 +3911,7 @@ If you want to mark a folder manually as a project just create an empty
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0d7i93l3b0ck3iad9ddqp7sqa8w16hnamrby8bwvl316rqk4lzlf"))))
+ "1fd1mx0q1qb9vgdzls5ppxfriyid48blg8smgjspiazp7kxakzxv"))))
(build-system emacs-build-system)
(arguments
`(#:phases
--
2.16.3
Kyle Meyer wrote 7 years ago
[PATCH 2/3] gnu: emacs-helm: Update to 2.9.0.
(address . 31019@debbugs.gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20180401211559.12137-2-kyle@kyleam.com
* gnu/packages/emacs.scm (emacs-helm): Update to 2.9.0.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 33f994f82..8f2bba7dd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4156,7 +4156,7 @@ the file buffer.")
(define-public emacs-helm
(package
(name "emacs-helm")
- (version "2.8.5")
+ (version "2.9.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4165,7 +4165,7 @@ the file buffer.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "15xlnjm9rsbn0xq7xc09y52h2kn41zwn7ldryammf6i46wl02kq3"))))
+ "1798gn0za11cxdbi436javfczv4abniccxcl0jppl463r8lzb8is"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)
--
2.16.3
Kyle Meyer wrote 7 years ago
[PATCH 3/3] gnu: emacs-helm-swoop: Update to 1.7.4.
(address . 31019@debbugs.gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20180401211559.12137-3-kyle@kyleam.com
* gnu/packages/emacs.scm (emacs-helm-swoop): Update to 1.7.4.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8f2bba7dd..bb91ccd04 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4185,7 +4185,7 @@ not tied in the trap of backward compatibility.")
(define-public emacs-helm-swoop
(package
(name "emacs-helm-swoop")
- (version "1.7.2")
+ (version "1.7.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4195,7 +4195,7 @@ not tied in the trap of backward compatibility.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1z34pfi0gsk054pxr906ilaalaw0xz3s536163gf9ykkwmc2356d"))))
+ "1ssivsjzlnkg049cg993l8fp09l5nhpz6asj7w5c91zp5kpc6fh7"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))
--
2.16.3
Marius Bakke wrote 7 years ago
Re: [bug#31019] [PATCH 0/3] Update emacs-{elfeed,helm,helm-swoop}
87efjwbmap.fsf@fastmail.com
Kyle Meyer <kyle@kyleam.com> writes:

Toggle quote (4 lines)
> gnu: emacs-elfeed: Update to 2.3.0.
> gnu: emacs-helm: Update to 2.9.0.
> gnu: emacs-helm-swoop: Update to 1.7.4.

Applied all three, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlrDW14ACgkQoqBt8qM6
VPo6owgAoM6XZNVQvSMqjB+D7drh06xiccU7Hg/21K6NOeGm9n39RZbFgDSlN4Xl
KcG74V5o/xKq/flqQPsa1QDZXQxoc/uNlNGK5gFqDEWY2o1heUXGvoYr2J3ntZbC
MsizOgzfxDDNu0V7Epo1Pa28IuTAuCu2FW7bVeekKytV4HCfyIKazXxyznM/XmJq
c3SqcvrUzA4so5orNf/zdbWcu4EOPE2JCfgF0Bg6sNuIowmLBeyG8RkYEYdxfByS
Xhx/J3YHeYY7nLD+h+iAHIa53jumivV64MdRbMtbVqi0sEWQuT1k9SeZMxaKSvWV
w5BJpmNy8Dz9QGkUFy5i6a49hSKCUQ==
=zTy0
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 31019
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