gnu: emacs-jsonrpc: Update to 1.0.23.
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.23. Change-Id: Ie676ff2b113e962a328f637a88caeefb58892ee7
This commit is contained in:
		
							parent
							
								
									791bd4ca89
								
							
						
					
					
						commit
						62898c2676
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -19866,10 +19866,10 @@ highlighting.") | ||||||
|   ;; 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.  In order to find this, you can refer to |   ;; 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>. |   ;; <https://git.savannah.gnu.org/cgit/emacs.git/log/?qt=grep&q=jsonrpc>. | ||||||
|   (let ((commit "2d835d64ba339bb375f0d55c4679149d6da3f209")) ;version bump |   (let ((commit "731cfee3b45361158d88bded3c32c9a48ace7bdb")) ;version bump | ||||||
|     (package |     (package | ||||||
|       (name "emacs-jsonrpc") |       (name "emacs-jsonrpc") | ||||||
|       (version "1.0.17") |       (version "1.0.23") | ||||||
|       (source |       (source | ||||||
|        (origin |        (origin | ||||||
|          (method git-fetch) |          (method git-fetch) | ||||||
|  | @ -19879,7 +19879,7 @@ highlighting.") | ||||||
|          (file-name (git-file-name name version)) |          (file-name (git-file-name name version)) | ||||||
|          (sha256 |          (sha256 | ||||||
|           (base32 |           (base32 | ||||||
|            "1jv8pcq0yad5wmqsdvamwq6674p6ghpyyznbd2x5mlxyp6za6cx5")))) |            "0xrlqjd4kj7z5ssidi159n8fm1hx35if2h1ds586ppf8y057bmhn")))) | ||||||
|       (build-system emacs-build-system) |       (build-system emacs-build-system) | ||||||
|       (arguments |       (arguments | ||||||
|        (list #:phases |        (list #:phases | ||||||
|  |  | ||||||
		Reference in a new issue