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

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

bug#55498: closed ([PATCH] gnu: emacs-list-utils: Update to 0.4.6-1-ca96


From: GNU bug Tracking System
Subject: bug#55498: closed ([PATCH] gnu: emacs-list-utils: Update to 0.4.6-1-ca9654c.)
Date: Sat, 28 May 2022 14:43:02 +0000

Your message dated Sat, 28 May 2022 16:42:41 +0200
with message-id <87v8tp4t26.fsf@rohleder.de>
and subject line Re: bug#55498: [PATCH] gnu: emacs-list-utils: Update to 
0.4.6-1-ca9654c.
has caused the debbugs.gnu.org bug report #55498,
regarding [PATCH] gnu: emacs-list-utils: Update to 0.4.6-1-ca9654c.
to be marked as done.

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


-- 
55498: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55498
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-list-utils: Update to 0.4.6-1-ca9654c. Date: Wed, 18 May 2022 11:03:54 +0200
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(-)

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




--- End Message ---
--- Begin Message --- Subject: Re: bug#55498: [PATCH] gnu: emacs-list-utils: Update to 0.4.6-1-ca9654c. Date: Sat, 28 May 2022 16:42:41 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
This has been pushed with c5d68c6d12 -> close.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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