guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-fzf: Fix version.


From: guix-commits
Subject: branch master updated: gnu: emacs-fzf: Fix version.
Date: Tue, 20 Dec 2022 09:29:03 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e2b8cdde37 gnu: emacs-fzf: Fix version.
e2b8cdde37 is described below

commit e2b8cdde37eec971cd3fa1ca5fc97160de56fbd3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 20 15:26:01 2022 +0100

    gnu: emacs-fzf: Fix version.
    
    * gnu/packages/emacs-xyz.scm (emacs-fzf)[version]: Set to 0.2.
    
    Last tagged version and Version keyword from main file differ. We use the
    highest one (the tag).
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6313192978..6e1d05dceb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1288,7 +1288,7 @@ leveraging built-in functionality.")
         (revision "0"))
     (package
       (name "emacs-fzf")
-      (version (git-version "0.0.2" revision commit))
+      (version (git-version "0.2" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference



reply via email to

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