mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-jinx: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.1. Change-Id: I58919dd335a7f93339b362e95fc99449e80d2c31
This commit is contained in:
parent
60dc957e2f
commit
2c5cf24680
1 changed files with 2 additions and 2 deletions
|
@ -10650,7 +10650,7 @@ (define-public emacs-jinja2-mode
|
|||
(define-public emacs-jinx
|
||||
(package
|
||||
(name "emacs-jinx")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10660,7 +10660,7 @@ (define-public emacs-jinx
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00rlp7iby02zd3sqigpyskph4a26r0dgp53y17hm4xjr6zqifhz5"))))
|
||||
(base32 "08ajkhpds3m8dk1m2h84vcn6pg5w6hbq55xyd50593kb012a2pmz"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue