gnu: emacs-websocket: Update to 1.13.1.
* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.1.
This commit is contained in:
		
							parent
							
								
									665030bdd2
								
							
						
					
					
						commit
						fb65185379
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -13593,14 +13593,14 @@ database of references on life sciences.") | |||
| (define-public emacs-websocket | ||||
|   (package | ||||
|     (name "emacs-websocket") | ||||
|     (version "1.13") | ||||
|     (version "1.13.1") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "https://elpa.gnu.org/packages/" | ||||
|                            "websocket-" version ".tar")) | ||||
|        (sha256 | ||||
|         (base32 "0jnarx53csmx5fivzp5vhvvj3m8s03zwc6hjl0spz5zb6icqclsa")))) | ||||
|         (base32 "1x664zswas0fpml7zaj59zy97avrm49zb80zd69rlkqzz1m45psc")))) | ||||
|     (build-system emacs-build-system) | ||||
|     (home-page "https://elpa.gnu.org/packages/websocket.html") | ||||
|     (synopsis "Emacs WebSocket client and server") | ||||
|  |  | |||
		Reference in a new issue