GNU bug report logs - #65285
[PATCH] gnu: update emacs-orderless to 1.0

Previous Next

Package: guix-patches;

Reported by: Piotr Kwiecinski <piokwiecinski <at> gmail.com>

Date: Mon, 14 Aug 2023 10:53:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#65285: closed ([PATCH] gnu: update emacs-orderless to 1.0)
Date: Sun, 27 Aug 2023 04:37:04 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 27 Aug 2023 11:54:16 +0800
with message-id <8735055edz.wl-hako <at> ultrarare.space>
and subject line Re: [bug#65285] [PATCH] gnu: emacs-orderless: Update to 1.0.
has caused the debbugs.gnu.org bug report #65285,
regarding [PATCH] gnu: update emacs-orderless to 1.0
to be marked as done.

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


-- 
65285: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65285
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Piotr Kwiecinski <piokwiecinski <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Piotr Kwiecinski <piokwiecinski <at> gmail.com>
Subject: [PATCH] gnu: update emacs-orderless to 1.0
Date: Mon, 14 Aug 2023 12:52:38 +0200
previously used commit was pointing to 0.8 instead 1.0
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f0751e39a..e62c71752e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11290,8 +11290,7 @@ (define-public emacs-selectrum
     (license license:expat)))
 
 (define-public emacs-orderless
-  (let ((commit "004cee6b8e01f8eb0cb1c683d0a637b14890600f"))
-    (package
+  (package
       (name "emacs-orderless")
       (version "1.0")
       (source
@@ -11299,9 +11298,9 @@ (define-public emacs-orderless
          (method git-fetch)
          (uri (git-reference
                (url "https://github.com/oantolin/orderless")
-               (commit commit)))
+               (commit version)))
          (sha256
-          (base32 "115bwqi2yc44bgvcl7lha8p2s6jgh5hksn4wa9s0kpfxhi14jwmy"))
+          (base32 "1jmwyici90v82gqjq44n0scrwhmg05pi9yplkn4bpss80c83dxp4"))
          (file-name (git-file-name name version))))
       (build-system emacs-build-system)
       (arguments
@@ -11322,7 +11321,7 @@ (define-public emacs-orderless
 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
 style, or as multiple word prefixes.")
-      (license license:gpl3+))))
+      (license license:gpl3+)))
 
 (define-public emacs-consult
   (package

base-commit: b15381460ed74e72792ff182dd2ca7a06ba59b0c
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: Piotr Kwiecinski <piokwiecinski <at> gmail.com>
Cc: 65285-done <at> debbugs.gnu.org
Subject: Re: [bug#65285] [PATCH] gnu: emacs-orderless: Update to 1.0.
Date: Sun, 27 Aug 2023 11:54:16 +0800
Hi Piotr,

On Tue, 15 Aug 2023 17:19:03 +0800,
Piotr Kwiecinski wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.0, previously used
> commit was pointing to 0.8.
> ---

Applied as e9bea73e2da021cfccfb5356d378f2feb668742c, thank you for the
contribution!


This bug report was last modified 1 year and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.