guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/53: gnu: emacs-jsonrpc: Update to 1.0.23.


From: guix-commits
Subject: 40/53: gnu: emacs-jsonrpc: Update to 1.0.23.
Date: Mon, 1 Jan 2024 20:26:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 62898c267694b9f71b281c1a941790b31b38e4fb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:20:37 2024 +0100

    gnu: emacs-jsonrpc: Update to 1.0.23.
    
    * gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.23.
    
    Change-Id: Ie676ff2b113e962a328f637a88caeefb58892ee7
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]