GNU bug report logs -
#77491
[PATCH] gnu: emacs-consult: Update to 2.2.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77491 in the body.
You can then email your comments to 77491 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77491
; Package
guix-patches
.
(Thu, 03 Apr 2025 12:43:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 12:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 2.2.
Change-Id: Iee7fe14d65c43b3082669dc8d0b384825e5e3b86
---
gnu/packages/emacs-xyz.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e30989cb1e..5c7339e298 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13688,7 +13688,7 @@ (define-public emacs-orderless
(define-public emacs-consult
(package
(name "emacs-consult")
- (version "2.0")
+ (version "2.2")
(source
(origin
(method git-fetch)
@@ -13696,22 +13696,21 @@ (define-public emacs-consult
(url "https://github.com/minad/consult")
(commit version)))
(sha256
- (base32 "0dvj5l6y3s292p0hi66l43g5ykbrvi1glh71n8slkayg76c8jqfp"))
+ (base32 "03kmdpgghbpwss8kkm0w9cprg0cws00ksamv912vryabs8c095zx"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(arguments
(list
+ #:tests? #f ; there are no tests
#:phases
#~(modify-phases %standard-phases
- (add-after 'install 'makeinfo
+ (add-after 'unpack 'makeinfo
(lambda _
(invoke "emacs"
"--batch"
"--eval=(require 'ox-texinfo)"
"--eval=(find-file \"README.org\")"
- "--eval=(org-texinfo-export-to-info)")
- (install-file "consult.info"
- (string-append #$output "/share/info")))))))
+ "--eval=(org-texinfo-export-to-info)"))))))
(native-inputs (list texinfo))
(propagated-inputs (list emacs-compat))
(home-page "https://github.com/minad/consult")
base-commit: c6d27c20f4685a9ac1299974f6ace42ae29f474d
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77491
; Package
guix-patches
.
(Sat, 05 Apr 2025 18:17:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77491 <at> debbugs.gnu.org (full text, mbox):
Hi Cayetano,
Pushed as 5bf266a161.
Thanks!
-- Ian
bug closed, send any further explanations to
77491 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 05 Apr 2025 18:17:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 May 2025 11:24:36 GMT)
Full text and
rfc822 format available.
This bug report was last modified 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.