gnu: emacs-jsonrpc: Update to 1.0.17.
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.17.
This commit is contained in:
parent
c4c67bc888
commit
04b773ad9b
1 changed files with 5 additions and 4 deletions
|
@ -18308,11 +18308,12 @@ highlighting.")
|
||||||
(define-public emacs-jsonrpc
|
(define-public emacs-jsonrpc
|
||||||
;; Commit refers to a commit in the Emacs repository, as jsonrpc.el was
|
;; Commit refers to a commit in the Emacs repository, as jsonrpc.el was
|
||||||
;; upstreamed. By convention, it should refer to a commit in which
|
;; upstreamed. By convention, it should refer to a commit in which
|
||||||
;; jsonrpc.el was actually touched.
|
;; jsonrpc.el was actually touched. In order to find this, you can refer to
|
||||||
(let ((commit "8bf4cdcf79bc3254a9169f28f68922ab83bd4e78")) ;version bump
|
;; <https://git.savannah.gnu.org/cgit/emacs.git/log/?qt=grep&q=jsonrpc>.
|
||||||
|
(let ((commit "2d835d64ba339bb375f0d55c4679149d6da3f209")) ;version bump
|
||||||
(package
|
(package
|
||||||
(name "emacs-jsonrpc")
|
(name "emacs-jsonrpc")
|
||||||
(version "1.0.16")
|
(version "1.0.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18322,7 +18323,7 @@ highlighting.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mka35kparv7z52kknh9nam4wyczcp73glp48q24v05gm42a8xxr"))))
|
"1jv8pcq0yad5wmqsdvamwq6674p6ghpyyznbd2x5mlxyp6za6cx5"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Reference in a new issue