guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-corfu-terminal: Update to 0.5.


From: guix-commits
Subject: 02/02: gnu: emacs-corfu-terminal: Update to 0.5.
Date: Mon, 31 Oct 2022 19:07:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 58e9e52972d08bc6c5117a76d9b8778099c0caa5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Nov 1 00:05:13 2022 +0100

    gnu: emacs-corfu-terminal: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-corfu-terminal): Update to 0.5.
---
 gnu/packages/emacs-xyz.scm | 43 ++++++++++++++++++++-----------------------
 1 file changed, 20 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index af590c63e4..996939f4ab 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33448,30 +33448,27 @@ parallel fetching of tiles with cURL, and more.")
     (license license:gpl3+)))
 
 (define-public emacs-corfu-terminal
-  ;; Upstream does not tag releases, version taken from package header.
-  (let ((commit "7c5a8a1c07b6c1a41b358b083d5bf7773701d26b")
-        (revision "0"))
-    (package
-      (name "emacs-corfu-terminal")
-      (version (git-version "0.4" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri
-          (git-reference
-           (url "https://codeberg.org/akib/emacs-corfu-terminal";)
-           (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "0pk5vfcz8w4hiqrwzwpxdjzlbhla0bw7a1h6v0mqxad0j9y7v3nw"))))
-      (build-system emacs-build-system)
-      (propagated-inputs (list emacs-corfu emacs-popon))
-      (home-page "https://codeberg.org/akib/emacs-corfu-terminal/";)
-      (synopsis "Replace corfu child frames with popups")
-      (description
-       "This package replaces the child frames @code{emacs-corfu} uses
+  (package
+    (name "emacs-corfu-terminal")
+    (version "0.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://codeberg.org/akib/emacs-corfu-terminal";)
+         (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "15pwv48v6plvc33715x1j1g6vf53ds4880ly5h96x2idffh7fncl"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-corfu emacs-popon))
+    (home-page "https://codeberg.org/akib/emacs-corfu-terminal/";)
+    (synopsis "Replace corfu child frames with popups")
+    (description
+     "This package replaces the child frames @code{emacs-corfu} uses
 with popups, which also work in the terminal.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-corfu-doc-terminal
   ;; Upstream does not tag releases, version taken from package header.



reply via email to

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