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

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

bug#44124: closed ([PATCH] gnu: emacs-list-utils: Update to 0.4.6.)


From: GNU bug Tracking System
Subject: bug#44124: closed ([PATCH] gnu: emacs-list-utils: Update to 0.4.6.)
Date: Fri, 23 Oct 2020 10:29:01 +0000

Your message dated Fri, 23 Oct 2020 12:28:49 +0200
with message-id <87zh4d5j8e.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#44124] [PATCH] gnu: emacs-list-utils: Update to 0.4.6.
has caused the debbugs.gnu.org bug report #44124,
regarding [PATCH] gnu: emacs-list-utils: Update to 0.4.6.
to be marked as done.

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


-- 
44124: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44124
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-list-utils: Update to 0.4.6. Date: Wed, 21 Oct 2020 22:56:42 +0200
* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6.
---
Get rid of the annoying "Package cl is deprecated" message.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0fd1216991..d75681ca00 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14876,7 +14876,7 @@ and @code{erc-send-modify-hook} to download and show 
images.")
 (define-public emacs-list-utils
   (package
     (name "emacs-list-utils")
-    (version "0.4.4")
+    (version "0.4.6")
     (source
      (origin
        (method git-fetch)
@@ -14885,7 +14885,7 @@ and @code{erc-send-modify-hook} to download and show 
images.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"))))
+        (base32 "07hbz2md52ccy95gv4d5n6szrfmpfqf3w4kwqdg2cf54c7kgf7hw"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/rolandwalker/list-utils";)
     (synopsis "List-manipulation utility functions")
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44124] [PATCH] gnu: emacs-list-utils: Update to 0.4.6. Date: Fri, 23 Oct 2020 12:28:49 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6.
> ---
> Get rid of the annoying "Package cl is deprecated" message.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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