unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44124] [PATCH] gnu: emacs-list-utils: Update to 0.4.6.
@ 2020-10-21 20:56 Michael Rohleder
  2020-10-23 10:28 ` bug#44124: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-10-21 20:56 UTC (permalink / raw)
  To: 44124; +Cc: Michael Rohleder

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44124: [PATCH] gnu: emacs-list-utils: Update to 0.4.6.
  2020-10-21 20:56 [bug#44124] [PATCH] gnu: emacs-list-utils: Update to 0.4.6 Michael Rohleder
@ 2020-10-23 10:28 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-10-23 10:28 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 44124-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-23 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21 20:56 [bug#44124] [PATCH] gnu: emacs-list-utils: Update to 0.4.6 Michael Rohleder
2020-10-23 10:28 ` bug#44124: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).