gnu: magit: Update to 2.6.0.
* gnu/packages/emacs.scm (magit): Update to 2.6.0.
This commit is contained in:
		
							parent
							
								
									c5e1fcd0ae
								
							
						
					
					
						commit
						000bc04d52
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -378,7 +378,7 @@ on stdout instead of using a socket as the Emacsclient does.")
 | 
				
			||||||
(define-public magit
 | 
					(define-public magit
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "magit")
 | 
					    (name "magit")
 | 
				
			||||||
    (version "2.5.0")
 | 
					    (version "2.6.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append
 | 
					             (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -386,7 +386,7 @@ on stdout instead of using a socket as the Emacsclient does.")
 | 
				
			||||||
                   version "/" name "-" version ".tar.gz"))
 | 
					                   version "/" name "-" version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0i6qpx5szzc4kyfcdhaic8gif0sqdqcya1niyj93lpvw66jcxsxa"))))
 | 
					               "04km5j6118yqz7h3dyfd4ijjd6w3pb76pjlaj25wh1bchf1yilir"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs `(("texinfo" ,texinfo)
 | 
					    (native-inputs `(("texinfo" ,texinfo)
 | 
				
			||||||
                     ("emacs" ,emacs-no-x)))
 | 
					                     ("emacs" ,emacs-no-x)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue