mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -799,12 +799,12 @@ (define-public emacs-graphql
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue