gnu: emacs-eshell-syntax-highlighting: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): Update to 0.6. Change-Id: I36210c2e85c3342d61c9e5cacfebc948215d4a56
This commit is contained in:
		
							parent
							
								
									4d399a899d
								
							
						
					
					
						commit
						2078fa7675
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -26695,7 +26695,7 @@ appropriate directory if no @code{eshell} session is active.")
 | 
				
			||||||
(define-public emacs-eshell-syntax-highlighting
 | 
					(define-public emacs-eshell-syntax-highlighting
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-eshell-syntax-highlighting")
 | 
					    (name "emacs-eshell-syntax-highlighting")
 | 
				
			||||||
    (version "0.5")
 | 
					    (version "0.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -26704,7 +26704,7 @@ appropriate directory if no @code{eshell} session is active.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1la604vdj56s934j16yz8rlvzhd69433rrbgfyw9c7njxqldwcs7"))))
 | 
					        (base32 "0maza5vh22psfxg5qavdayqr40aw8jc95bjiz5dwm0xga55clbfg"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
 | 
					    (home-page "https://github.com/akreisher/eshell-syntax-highlighting")
 | 
				
			||||||
    (synopsis "Add syntax highlighting to Eshell")
 | 
					    (synopsis "Add syntax highlighting to Eshell")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue