gnu: emacs-vc-hgcmd: Update to 1.14.1.
* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14.1.
This commit is contained in:
		
							parent
							
								
									fae6c8a2a2
								
							
						
					
					
						commit
						a84960f337
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		|  | @ -457,16 +457,16 @@ a generic Scheme interaction mode for the GNU Emacs editor.") | |||
| (define-public emacs-vc-hgcmd | ||||
|   (package | ||||
|     (name "emacs-vc-hgcmd") | ||||
|     (version "1.14") | ||||
|     (source (origin | ||||
|     (version "1.14.1") | ||||
|     (source | ||||
|      (origin | ||||
|        (method git-fetch) | ||||
|        (uri (git-reference | ||||
|              (url "https://github.com/muffinmad/emacs-vc-hgcmd") | ||||
|              (commit (string-append "v" version)))) | ||||
|        (file-name (git-file-name name version)) | ||||
|        (sha256 | ||||
|                (base32 | ||||
|                 "1mm8lnwii53j32v54aahl8sf3ciwymrvc1rgy4nw2m7hcrnjsb78")))) | ||||
|         (base32 "1nlaicza4ds325827ks5gb7zn0nc536k2chq8jwbq34ybvxi93wj")))) | ||||
|     (build-system emacs-build-system) | ||||
|     (home-page "https://github.com/muffinmad/emacs-vc-hgcmd") | ||||
|     (synopsis "Version control (VC) backend for the Mercurial command server") | ||||
|  |  | |||
		Reference in a new issue