gnu: emacs-telega: Use tdlib-1.8.0
emacs-telega is compatible with the latest TDLib major release 1.8.0 * gnu/packages/emacs-xyz.scm: (emacs-telega) Use tdlib-1.8.0 instead of latest tdlib Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									abc232c42d
								
							
						
					
					
						commit
						69aa41e405
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -29796,7 +29796,7 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
 | 
				
			||||||
            (lambda _ (chdir ".."))))
 | 
					            (lambda _ (chdir ".."))))
 | 
				
			||||||
      #:test-target "test"))
 | 
					      #:test-target "test"))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list tdlib libappindicator))
 | 
					     (list tdlib-1.8.0 libappindicator))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list python pkg-config))
 | 
					     (list python pkg-config))
 | 
				
			||||||
    (home-page "https://zevlg.github.io/telega.el/")
 | 
					    (home-page "https://zevlg.github.io/telega.el/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue