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

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

bug#66924: closed ([PATCH] gnu: emacs-evil-anzu: Update to 0.03-0.d1e98e


From: GNU bug Tracking System
Subject: bug#66924: closed ([PATCH] gnu: emacs-evil-anzu: Update to 0.03-0.d1e98ee.)
Date: Sat, 11 Nov 2023 06:16:02 +0000

Your message dated Sat, 11 Nov 2023 07:14:56 +0100
with message-id <7067081df583d201a17f2b7d5535b5807dbecc60.camel@gmail.com>
and subject line Re: [bug#66924] [PATCH] gnu: emacs-evil-anzu: Update to 
0.03-0.d1e98ee.
has caused the debbugs.gnu.org bug report #66924,
regarding [PATCH] gnu: emacs-evil-anzu: Update to 0.03-0.d1e98ee.
to be marked as done.

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


-- 
66924: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66924
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-evil-anzu: Update to 0.03-0.d1e98ee. Date: Fri, 3 Nov 2023 23:18:46 +0100
The github url redirects from syohex/emacs-evil-anzu to 
emacsorphanage/evil-anzu.

* gnu/packages/emacs-xyz.scm (emacs-evil-anzu): Update to 0.03-0.d1e98ee.

Change-Id: Iff78e22c6a3c0c90e1dc4c24700bfc9e499dd132
---
 gnu/packages/emacs-xyz.scm | 40 ++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 07a9d4cbe7..a8a5bbed43 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22283,26 +22283,28 @@ (define-public emacs-psc-ide
       (license license:gpl3+))))
 
 (define-public emacs-evil-anzu
-  (package
-    (name "emacs-evil-anzu")
-    (version "0.03")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/syohex/emacs-evil-anzu";)
-             (commit version)))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0lw7fg4gqwj30r0l6k2ni36sxqkf65zf0d0z3rxnpwbxlf8dlkrr"))))
-    (build-system emacs-build-system)
-    (propagated-inputs
-     (list emacs-evil emacs-anzu))
-    (home-page "https://github.com/syohex/emacs-evil-anzu";)
-    (synopsis "Anzu for evil-mode")
-    (description "@code{anzu} provides a minor mode that displays the current
+  (let ((commit "d1e98ee6976437164627542909a25c6946497899")
+        (revision "0"))
+    (package
+      (name "emacs-evil-anzu")
+      (version (git-version "0.03" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/emacsorphanage/evil-anzu";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1i8f360lq5a32knkzbwdw10ql9cxsmgfd4iiwnr7vcwacm34zq88"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-evil emacs-anzu))
+      (home-page "https://github.com/emacsorphanage/evil-anzu";)
+      (synopsis "Anzu for evil-mode")
+      (description
+       "@code{anzu} provides a minor mode that displays the current
 match and total match information in the mode-line in various search modes.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-pg
   (package

base-commit: eb93ab2d1401c08e7b6002e951633f6b8759b86d
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66924] [PATCH] gnu: emacs-evil-anzu: Update to 0.03-0.d1e98ee. Date: Sat, 11 Nov 2023 07:14:56 +0100 User-agent: Evolution 3.46.4
Am Freitag, dem 03.11.2023 um 23:52 +0100 schrieb Liliana Marie
Prikler:
> Am Freitag, dem 03.11.2023 um 23:18 +0100 schrieb Rostislav Svoboda:
> > The github url redirects from syohex/emacs-evil-anzu to
> > emacsorphanage/evil-anzu.
> > 
> > * gnu/packages/emacs-xyz.scm (emacs-evil-anzu): Update to 0.03-
> > 0.d1e98ee.
> The home-page update should be reflected in the ChangeLog rather than
> explained in prose.  You might also want to add a comment to the file
> as to why we're checking out a commit.
> 
> Cheers
Pushed with exactly these changes.

Cheers


--- End Message ---

reply via email to

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