all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65104] [PATCH] gnu: emacs-corfu-doc-terminal: Update to 0.9.
@ 2023-08-05 18:09 Cayetano Santos via Guix-patches via
  2023-08-27 18:55 ` bug#65104: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-08-05 18:09 UTC (permalink / raw)
  To: 65104; +Cc: Cayetano Santos

* gnu/packages/emacs-xyz.scm (emacs-corfu-doc-terminal): Update to 0.9.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ed3d89d51f..17cb45f348 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37290,11 +37290,11 @@ (define-public emacs-corfu-terminal
 
 (define-public emacs-corfu-doc-terminal
   ;; Upstream does not tag releases, version taken from package header.
-  (let ((commit "d8945c64b52d76e864b767b3048674f222daf80b")
+  (let ((commit "be9fd5cd6c293dea862f1a1877378f1391e6a7e5")
         (revision "0"))
     (package
       (name "emacs-corfu-doc-terminal")
-      (version (git-version "0.5" revision commit))
+      (version (git-version "0.9" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -37304,7 +37304,7 @@ (define-public emacs-corfu-doc-terminal
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0j0dd8np5x93wic22bc5i9h7bq2gj700n4fh11dzzgsj14lv2r5k"))))
+          (base32 "0vx5r9v2gx747zsz4x1dgrkvl1iya9pcgvcbghc0pwjs3jfi6r0k"))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-corfu emacs-corfu-doc emacs-corfu-terminal emacs-popon))

base-commit: 42ae42cf41e8f5e88422e30d801251a3427d7f3b
-- 
2.41.0





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

* bug#65104: [PATCH] gnu: emacs-corfu-doc-terminal: Update to 0.9.
  2023-08-05 18:09 [bug#65104] [PATCH] gnu: emacs-corfu-doc-terminal: Update to 0.9 Cayetano Santos via Guix-patches via
@ 2023-08-27 18:55 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-08-27 18:55 UTC (permalink / raw)
  To: Cayetano Santos; +Cc: 65104-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]


Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-corfu-doc-terminal): Update to 0.9.
> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, I've pushed this to master as
e7c7efc296a114eb14bfdc7f880569cd23ed4458.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-08-27 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 18:09 [bug#65104] [PATCH] gnu: emacs-corfu-doc-terminal: Update to 0.9 Cayetano Santos via Guix-patches via
2023-08-27 18:55 ` bug#65104: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.