diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-01 19:20:37 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-01-02 00:43:10 +0100 |
commit | 62898c267694b9f71b281c1a941790b31b38e4fb (patch) | |
tree | ce6f878677682a07a690d66bfd15dcaa7debe174 /gnu/packages | |
parent | 791bd4ca89c394a8597fbf52cbe7585b8a6de93c (diff) |
gnu: emacs-jsonrpc: Update to 1.0.23.
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.23.
Change-Id: Ie676ff2b113e962a328f637a88caeefb58892ee7
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 20a637484a..0d1ce80d27 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19866,10 +19866,10 @@ highlighting.") ;; upstreamed. By convention, it should refer to a commit in which ;; jsonrpc.el was actually touched. In order to find this, you can refer to ;; <https://git.savannah.gnu.org/cgit/emacs.git/log/?qt=grep&q=jsonrpc>. - (let ((commit "2d835d64ba339bb375f0d55c4679149d6da3f209")) ;version bump + (let ((commit "731cfee3b45361158d88bded3c32c9a48ace7bdb")) ;version bump (package (name "emacs-jsonrpc") - (version "1.0.17") + (version "1.0.23") (source (origin (method git-fetch) @@ -19879,7 +19879,7 @@ highlighting.") (file-name (git-file-name name version)) (sha256 (base32 - "1jv8pcq0yad5wmqsdvamwq6674p6ghpyyznbd2x5mlxyp6za6cx5")))) + "0xrlqjd4kj7z5ssidi159n8fm1hx35if2h1ds586ppf8y057bmhn")))) (build-system emacs-build-system) (arguments (list #:phases |