me
/
guix
Archived
1
0
Fork 0

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.
Nicolas Goaziou 2022-12-19 16:28:25 +01:00
parent 7d0c6da522
commit 164c3151b4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 5 deletions

View File

@ -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