guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: emacs-jsonrpc: Update to 1.0.16.


From: guix-commits
Subject: 07/09: gnu: emacs-jsonrpc: Update to 1.0.16.
Date: Mon, 19 Dec 2022 10:59:08 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 164c3151b4c9595439f7f9ed41197d8efa74a701
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Dec 19 16:28:25 2022 +0100

    gnu: emacs-jsonrpc: Update to 1.0.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.16.
    [source]<origin>: Remove ".git" suffix from URL.
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 949cacfb83..f63c09fba1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17344,21 +17344,20 @@ highlighting.")
   ;; Commit refers to a commit in the Emacs repository, as jsonrpc.el was
   ;; upstreamed.  By convention, it should refer to a commit in which
   ;; jsonrpc.el was actually touched.
-  (let ((commit "50654cf0b1bf6210fc8f46d8e7ae13bbeeccecb5")
-        (revision "0"))                 ; Currently a version bump
+  (let ((commit "8bf4cdcf79bc3254a9169f28f68922ab83bd4e78")) ;version bump
     (package
       (name "emacs-jsonrpc")
-      (version (git-version "1.0.15" revision commit))
+      (version "1.0.16")
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://git.savannah.gnu.org/git/emacs.git";)
+               (url "https://git.savannah.gnu.org/git/emacs";)
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0srwb171dxha1nfzppk6x9v4bdj3lk74pksqnhalw8jw9c67b72y"))))
+           "1mka35kparv7z52kknh9nam4wyczcp73glp48q24v05gm42a8xxr"))))
       (build-system emacs-build-system)
       (arguments
        (list #:phases



reply via email to

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