gnu: emacs-counsel-etags: Update to 1.10.1.
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.10.1.
This commit is contained in:
		
							parent
							
								
									5706fdc13f
								
							
						
					
					
						commit
						cd568008c3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -26371,7 +26371,7 @@ previewed by scrolling up and down within a @code{dired} buffer.")
 | 
				
			||||||
(define-public emacs-counsel-etags
 | 
					(define-public emacs-counsel-etags
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-counsel-etags")
 | 
					    (name "emacs-counsel-etags")
 | 
				
			||||||
    (version "1.10.0")
 | 
					    (version "1.10.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -26380,7 +26380,7 @@ previewed by scrolling up and down within a @code{dired} buffer.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1zmx7vfi02c8k9wnbsmka5yx3ci8fv9wl8r0cc28jn40vgrivn8c"))))
 | 
					        (base32 "1v77lpp0nij1rjg2k9wj42kqk7xqg1dzs9vmadha6f2j8j6375m8"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list emacs-counsel))
 | 
					     (list emacs-counsel))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue