gnu: emacs-projectile: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.2.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									52edd7eddb
								
							
						
					
					
						commit
						4226c1f709
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7531,7 +7531,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
 | 
				
			||||||
(define-public emacs-projectile
 | 
					(define-public emacs-projectile
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-projectile")
 | 
					    (name "emacs-projectile")
 | 
				
			||||||
    (version "2.1.0")
 | 
					    (version "2.2.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://raw.githubusercontent.com/bbatsov"
 | 
					              (uri (string-append "https://raw.githubusercontent.com/bbatsov"
 | 
				
			||||||
| 
						 | 
					@ -7539,7 +7539,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
 | 
				
			||||||
              (file-name (string-append "projectile-" version ".el"))
 | 
					              (file-name (string-append "projectile-" version ".el"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1jj9wk91clyph3zmxkd7y7d6gdqmjd1vndhyq5fxp7i7dy013571"))))
 | 
					                "1d983siysg98bjbb2r99qbrpvpf6dn85si8gyak4z05m67s8sn6v"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-dash" ,emacs-dash)
 | 
					     `(("emacs-dash" ,emacs-dash)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue