unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70998] [PATCH] gnu: emacs-jsonrpc: Update to 1.0.25.
@ 2024-05-17  8:35 Nicolas Graves via Guix-patches via
  2024-06-19  7:59 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-05-17  8:35 UTC (permalink / raw)
  To: 70998; +Cc: ngraves

* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.25.

Change-Id: I1cca7f93dfd3240d5496797dabea5e31470ef72d
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index db982a3481c..9f9d2d53ad1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20524,20 +20524,20 @@ (define-public emacs-jsonrpc
   ;; 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 "731cfee3b45361158d88bded3c32c9a48ace7bdb")) ;version bump
+  (let ((commit "4e8e877c377e41d72705235922f97b69d81d0267")) ;version bump
     (package
       (name "emacs-jsonrpc")
-      (version "1.0.23")
+      (version "1.0.25")
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://git.savannah.gnu.org/git/emacs")
+               (url "https://git.savannah.gnu.org/git/emacs/")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0xrlqjd4kj7z5ssidi159n8fm1hx35if2h1ds586ppf8y057bmhn"))))
+           "1vwk5pwmf61d7yb49wp0ljim3aw002bjdnpw45cpjcbqhbhkgsc6"))))
       (build-system emacs-build-system)
       (arguments
        (list #:phases
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#70998] [PATCH] gnu: emacs-jsonrpc: Update to 1.0.25.
  2024-05-17  8:35 [bug#70998] [PATCH] gnu: emacs-jsonrpc: Update to 1.0.25 Nicolas Graves via Guix-patches via
@ 2024-06-19  7:59 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-06-19  7:59 UTC (permalink / raw)
  To: 70998; +Cc: Nicolas Graves, 70998-done

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.25.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-19  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17  8:35 [bug#70998] [PATCH] gnu: emacs-jsonrpc: Update to 1.0.25 Nicolas Graves via Guix-patches via
2024-06-19  7:59 ` Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).