mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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.
This commit is contained in:
parent
7d0c6da522
commit
164c3151b4
1 changed files with 4 additions and 5 deletions
|
@ -17344,21 +17344,20 @@ (define-public emacs-jsonrpc
|
||||||
;; Commit refers to a commit in the Emacs repository, as jsonrpc.el was
|
;; Commit refers to a commit in the Emacs repository, as jsonrpc.el was
|
||||||
;; upstreamed. By convention, it should refer to a commit in which
|
;; upstreamed. By convention, it should refer to a commit in which
|
||||||
;; jsonrpc.el was actually touched.
|
;; jsonrpc.el was actually touched.
|
||||||
(let ((commit "50654cf0b1bf6210fc8f46d8e7ae13bbeeccecb5")
|
(let ((commit "8bf4cdcf79bc3254a9169f28f68922ab83bd4e78")) ;version bump
|
||||||
(revision "0")) ; Currently a version bump
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-jsonrpc")
|
(name "emacs-jsonrpc")
|
||||||
(version (git-version "1.0.15" revision commit))
|
(version "1.0.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.savannah.gnu.org/git/emacs.git")
|
(url "https://git.savannah.gnu.org/git/emacs")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0srwb171dxha1nfzppk6x9v4bdj3lk74pksqnhalw8jw9c67b72y"))))
|
"1mka35kparv7z52kknh9nam4wyczcp73glp48q24v05gm42a8xxr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Reference in a new issue