emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52902: closed (hydra.el out of date on GNU ELPA)


From: GNU bug Tracking System
Subject: bug#52902: closed (hydra.el out of date on GNU ELPA)
Date: Fri, 28 Oct 2022 23:06:02 +0000

Your message dated Fri, 28 Oct 2022 19:05:16 -0400
with message-id <jwvv8o3k0si.fsf-monnier+emacs@gnu.org>
and subject line Re: bug#52902: hydra.el out of date on GNU ELPA
has caused the debbugs.gnu.org bug report #52902,
regarding hydra.el out of date on GNU ELPA
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52902: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52902
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: hydra.el out of date on GNU ELPA Date: Thu, 30 Dec 2021 12:35:47 -0500
Severity: wishlist

The hydra package on GNU ELPA is version 0.14, but the latest released
version was 0.15 in 2019.

How about changing the package specification in elpa.git to the
following, so that it is automatically updated in the future?  Oleh,
would that be okay with you?

Thanks in advance.


diff --git a/elpa-packages b/elpa-packages
index afa3ca8db8..5a46746136 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -264,7 +264,8 @@
   :auto-sync t)
  ("hook-helpers"       :url
"https://git.savannah.nongnu.org/git/hook-helpers-el.git";)
  ("html5-schema"       :url nil)
- ("hydra"              :url "https://github.com/abo-abo/hydra";)
+ ("hydra"              :url "https://github.com/abo-abo/hydra";
+  :auto-sync t)
  ("hyperbole"           :url "https://git.savannah.gnu.org/r/hyperbole.git";
   :make ("kotl/kotl-autoloads.el")
   :auto-sync t)



--- End Message ---
--- Begin Message --- Subject: Re: bug#52902: hydra.el out of date on GNU ELPA Date: Fri, 28 Oct 2022 19:05:16 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)
Lars Ingebrigtsen [2022-01-15 10:51:34] wrote:
> Stefan Kangas <stefan@marxist.se> writes:
>> Thanks, I have now sent a pull request for the merge:
>>     https://github.com/abo-abo/hydra/pull/408
> Looks like the merge was refused.  Is there some other way to fix this?

I cooked up a hack for uncooperative upstreams.
Hopefully we won't have to rely on it too often,


        Stefan



--- End Message ---

reply via email to

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