gnu: emacs-treemacs: Update to 2.9.5.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.5.
This commit is contained in:
		
							parent
							
								
									9e5ab292c2
								
							
						
					
					
						commit
						a4666e0a9d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -23814,7 +23814,7 @@ processes for Emacs")
 | 
				
			||||||
(define-public emacs-treemacs
 | 
					(define-public emacs-treemacs
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-treemacs")
 | 
					    (name "emacs-treemacs")
 | 
				
			||||||
    (version "2.9.4")
 | 
					    (version "2.9.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -23823,7 +23823,7 @@ processes for Emacs")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1g2fy2qkscqx01av92hpjbr6qld8s1gk59cdjbff8fm0vlx8xk2p"))))
 | 
					        (base32 "01qrprxfwmdzak77k2qa9fc2kb4hxddbvj30avqglj9sjaid9wmq"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-ace-window" ,emacs-ace-window)
 | 
					     `(("emacs-ace-window" ,emacs-ace-window)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue