gnu: emacs-projectile: Update to 2.6.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.6.0.
This commit is contained in:
		
							parent
							
								
									6c5c464d55
								
							
						
					
					
						commit
						ab7f79dfc3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11625,7 +11625,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
 | 
			
		|||
(define-public emacs-projectile
 | 
			
		||||
  (package
 | 
			
		||||
    (name "emacs-projectile")
 | 
			
		||||
    (version "2.5.0")
 | 
			
		||||
    (version "2.6.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://raw.githubusercontent.com/bbatsov"
 | 
			
		||||
| 
						 | 
				
			
			@ -11633,7 +11633,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
 | 
			
		|||
              (file-name (string-append "projectile-" version ".el"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1wy2kpli90z7p4dqr4b7f1fv99g6lfxi1kzy2bfl0p8qi40rpmyv"))))
 | 
			
		||||
                "12crymgri4sg7fvnh692f96cm0krmmcnz6x3ypxgq8da84rl34p4"))))
 | 
			
		||||
    (build-system emacs-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (list emacs-dash emacs-pkg-info))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue