[PATCH] gnu: emacs-list-utils: Update to 0.4.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201021205642.18934-1-mike@rohleder.de
* 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(-)

Toggle diff (24 lines)
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
Nicolas Goaziou wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44124-done@debbugs.gnu.org)
87zh4d5j8e.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (4 lines)
> * 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
Closed
?
Your comment

This issue is archived.

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

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