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

  • Done
  • quality assurance status badge
Details
One participant
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220518090354.15551-1-mike@rohleder.de
Needed to make it build w/ emacs28.

* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6-1-ca9654c.
---
gnu/packages/emacs-xyz.scm | 52 ++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 25 deletions(-)

Toggle diff (65 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 015c7682a8..9afbbfda00 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18675,31 +18675,33 @@ (define-public emacs-helm-gtags
(license license:gpl3+)))
(define-public emacs-list-utils
- (package
- (name "emacs-list-utils")
- (version "0.4.6")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/rolandwalker/list-utils")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "07hbz2md52ccy95gv4d5n6szrfmpfqf3w4kwqdg2cf54c7kgf7hw"))))
- (build-system emacs-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-require-cl
- (lambda _
- (substitute* "list-utils.el"
- (("\\(require 'cl\\)") "(require 'cl-lib)"))
- #t)))))
- (home-page "https://github.com/rolandwalker/list-utils")
- (synopsis "List-manipulation utility functions")
- (description "This package provides a list manipulation library for Emacs.")
- (license license:gpl3+)))
+ (let ((commit "ca9654cd1418e874c876c6b3b7d4cd8339bfde77")
+ (revision "1"))
+ (package
+ (name "emacs-list-utils")
+ (version (git-version "0.4.6" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rolandwalker/list-utils")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0pkkfjjpak8xxbzr2xl5ah3isrn0bm8d7zfhrmhivpzpkhgdzvfx"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-require-cl
+ (lambda _
+ (substitute* "list-utils.el"
+ (("\\(require 'cl\\)") "(require 'cl-lib)"))
+ #t)))))
+ (home-page "https://github.com/rolandwalker/list-utils")
+ (synopsis "List-manipulation utility functions")
+ (description "This package provides a list manipulation library for Emacs.")
+ (license license:gpl3+))))
(define-public emacs-parsec
(package
--
2.36.0
Michael Rohleder wrote 3 years ago
(address . 55498-done@debbugs.gnu.org)
87v8tp4t26.fsf@rohleder.de
This has been pushed with c5d68c6d12 -> close.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmKSNOERHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyWQZQf/Qw9CF/tEuwQgPDaMpAO/dhOzuIWIaWmF
MQCZ80m14gh4CwXMkf6feZkSKg73nhcAd7KHrgbgZJtZgjpqEe97eNTqPQnm5gKa
4HsYCw8AvU0tc3Q+bp1aR2FPCjxvYRDYRPFolpZagdYOx/Na/2P5o/DJ31mTgv4i
F+iIhHqtV2RdBSKHhStv87pbPcs5ZoSF0kpYr4eGxoOGu162Gkxm8L8OMhs5Sog/
TPmZ4drjM8lZ1yNwgN40/q3r4YVc8LJ30HWE5NqUg36KEofilVUor6O3/dGYRxWl
KR2neN+ZjLV/TR/UqlbBqAk2wADU5DQ+qXwN9scwvqGxRWOdvtWUww==
=ZnKC
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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