gnu: emacs-tramp: Update to 2.6.1.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.1.
This commit is contained in:
		
							parent
							
								
									6141a0159c
								
							
						
					
					
						commit
						f060b3a1fc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -30949,14 +30949,14 @@ well as an option for visually flashing evaluated s-expressions.")
 | 
				
			||||||
(define-public emacs-tramp
 | 
					(define-public emacs-tramp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-tramp")
 | 
					    (name "emacs-tramp")
 | 
				
			||||||
    (version "2.6.0.5")
 | 
					    (version "2.6.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
					       (uri (string-append "https://elpa.gnu.org/packages/"
 | 
				
			||||||
                           "tramp-" version ".tar"))
 | 
					                           "tramp-" version ".tar"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0hbrrlcyhxkmjym4wnwipi47lzqpnlxc833p0hmghc6n0s8sx7hf"))))
 | 
					        (base32 "0rk2bkr2n6064170741wjparsshziwj6j6w6sfzpl7xxbldpsqxa"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue