mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: emacs-jinx: Update to 1.6.
* gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.6. Change-Id: I294b8382f2e6fae2c5a6f2225ab0330293672296
This commit is contained in:
parent
455f4e9507
commit
a1bd2b5e7e
1 changed files with 2 additions and 2 deletions
|
@ -10980,7 +10980,7 @@ (define-public emacs-jinja2-mode
|
|||
(define-public emacs-jinx
|
||||
(package
|
||||
(name "emacs-jinx")
|
||||
(version "1.5")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10990,7 +10990,7 @@ (define-public emacs-jinx
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g8sdfq6fqf6jnv7ig9cgkvmrdfzah6c94yr041anzkwappkziwx"))))
|
||||
(base32 "0kl9jpd6a68q1s3lc74jkx0nsk66lpwg7zx61a5h0w0m410l1g1q"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue