gnu: emacs-graphql-mode: Fix version.
* gnu/packages/emacs-xyz.scm (emacs-graphql-mode)[version]: Use monotonic numbering.
This commit is contained in:
parent
454fc1ad85
commit
c4313660b3
@ -799,12 +799,12 @@ deliver data to mobile and web apps.")
|
|||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-graphql-mode
|
(define-public emacs-graphql-mode
|
||||||
;; No tagged commit.
|
;; No tagged commit. No "Version" keyword either.
|
||||||
(let ((commit "9bed568ec86242dbe30bdbab324aa0eb2cd9bf08")
|
(let ((commit "9bed568ec86242dbe30bdbab324aa0eb2cd9bf08")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-graphql-mode")
|
(name "emacs-graphql-mode")
|
||||||
(version commit)
|
(version (git-version "0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
Loading…
Reference in New Issue
Block a user