mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: emacs-jinx: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.0. Change-Id: I6dd54a220ba6c0bd466a83f7051bf8459cf2840a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
eae83c662e
commit
6bb96ac767
1 changed files with 2 additions and 3 deletions
|
@ -10647,7 +10647,7 @@ (define-public emacs-jinja2-mode
|
|||
(define-public emacs-jinx
|
||||
(package
|
||||
(name "emacs-jinx")
|
||||
(version "0.9")
|
||||
(version "1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10657,8 +10657,7 @@ (define-public emacs-jinx
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xayrqnsws2n2p0qbdl291fva4ljp3kqrr591xbq1wr6n95hfyn5"))))
|
||||
(base32 "00rlp7iby02zd3sqigpyskph4a26r0dgp53y17hm4xjr6zqifhz5"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue