guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-graphql-mode: Fix version.


From: guix-commits
Subject: branch master updated: gnu: emacs-graphql-mode: Fix version.
Date: Fri, 18 Dec 2020 16:20:32 -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 c431366  gnu: emacs-graphql-mode: Fix version.
c431366 is described below

commit c4313660b3b523c54a0fb1adb6014892c532abb4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 18 22:19:19 2020 +0100

    gnu: emacs-graphql-mode: Fix version.
    
    * gnu/packages/emacs-xyz.scm (emacs-graphql-mode)[version]: Use monotonic
    numbering.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d346642..cf90e46 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -799,12 +799,12 @@ deliver data to mobile and web apps.")
     (license license:gpl3+)))
 
 (define-public emacs-graphql-mode
-  ;; No tagged commit.
+  ;; No tagged commit.  No "Version" keyword either.
   (let ((commit "9bed568ec86242dbe30bdbab324aa0eb2cd9bf08")
         (revision "1"))
     (package
       (name "emacs-graphql-mode")
-      (version commit)
+      (version (git-version "0" revision commit))
       (source
        (origin
          (method git-fetch)



reply via email to

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