mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +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
|
(define-public emacs-jinx
|
||||||
(package
|
(package
|
||||||
(name "emacs-jinx")
|
(name "emacs-jinx")
|
||||||
(version "0.9")
|
(version "1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10657,8 +10657,7 @@ (define-public emacs-jinx
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "00rlp7iby02zd3sqigpyskph4a26r0dgp53y17hm4xjr6zqifhz5"))))
|
||||||
"0xayrqnsws2n2p0qbdl291fva4ljp3kqrr591xbq1wr6n95hfyn5"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue