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 @@ sgml/html integration, and indentation (working with sgml).")
|
||||||
(define-public emacs-jinx
|
(define-public emacs-jinx
|
||||||
(package
|
(package
|
||||||
(name "emacs-jinx")
|
(name "emacs-jinx")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10660,7 +10660,7 @@ sgml/html integration, and indentation (working with sgml).")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00rlp7iby02zd3sqigpyskph4a26r0dgp53y17hm4xjr6zqifhz5"))))
|
(base32 "08ajkhpds3m8dk1m2h84vcn6pg5w6hbq55xyd50593kb012a2pmz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue