gnu: emacs-list-utils: Update to 0.4.6.

* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Michael Rohleder 2020-10-21 22:56:42 +02:00 committed by Nicolas Goaziou
parent c74d27ced7
commit dd37141ebf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -14869,7 +14869,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)
@ -14878,7 +14878,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")