unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75110] [PATCH] gnu: emacs-orderless: Update to 1.3.
@ 2024-12-26  7:31 Olivier Rojon
  2024-12-26  8:07 ` bug#75110: " Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Rojon @ 2024-12-26  7:31 UTC (permalink / raw)
  To: 75110; +Cc: Olivier Rojon

* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.3.

Change-Id: I08fa96a832f56a23a52c29924f1e103551c44799
---
 gnu/packages/emacs-xyz.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b7da582f07..784fe767bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12945,7 +12945,7 @@ (define-public emacs-selectrum
 (define-public emacs-orderless
   (package
     (name "emacs-orderless")
-    (version "1.2")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -12953,23 +12953,24 @@ (define-public emacs-orderless
              (url "https://github.com/oantolin/orderless")
              (commit version)))
        (sha256
-        (base32 "0yqnbcrf8ai1fivd13d8w619qwjd51rf4pqyakqp2kf02z7m4kpb"))
+        (base32 "0w7vrhqg3klr0zxnijmfgfgr5nf6z3cmlrbw3qz9y7z2p2ll5w8m"))
        (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments
      (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'install 'makeinfo
-            (lambda _
-              (invoke "makeinfo" "orderless.texi")
-              (install-file "orderless.info"
-                            (string-append #$output "/share/info")))))))
+      #:phases #~(modify-phases %standard-phases
+                   (add-after 'install 'makeinfo
+                     (lambda _
+                       (invoke "makeinfo" "orderless.texi")
+                       (install-file "orderless.info"
+                                     (string-append #$output "/share/info")))))))
     (native-inputs (list texinfo))
     (propagated-inputs (list emacs-compat))
     (home-page "https://github.com/oantolin/orderless")
-    (synopsis "Emacs completion style that matches multiple regexps in any order")
-    (description "This package provides an orderless completion style that
+    (synopsis
+     "Emacs completion style that matches multiple regexps in any order")
+    (description
+     "This package provides an orderless completion style that
 divides the pattern into space-separated components, and matches candidates
 that match all of the components in any order.  Each component can match in
 any one of several ways: literally, as a regexp, as an initialism, in the flex
-- 
2.47.1





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

* bug#75110: [PATCH] gnu: emacs-orderless: Update to 1.3.
  2024-12-26  7:31 [bug#75110] [PATCH] gnu: emacs-orderless: Update to 1.3 Olivier Rojon
@ 2024-12-26  8:07 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-12-26  8:07 UTC (permalink / raw)
  To: Olivier Rojon; +Cc: 75110-done

Hello,

Olivier Rojon <o.rojon@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.3.

Thank you. However, this package was updated two days ago.

Sorry for the duplicate work.

Regards,
-- 
Nicolas Goaziou






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

end of thread, other threads:[~2024-12-26  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26  7:31 [bug#75110] [PATCH] gnu: emacs-orderless: Update to 1.3 Olivier Rojon
2024-12-26  8:07 ` bug#75110: " Nicolas Goaziou via Guix-patches via

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).