gnu: emacs-helm-pass: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.4.
This commit is contained in:
		
							parent
							
								
									869c416cee
								
							
						
					
					
						commit
						f099c3b3bd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -19177,7 +19177,7 @@ e.g: @code{from:Peter to:Anne flag:attach search term}.")
 | 
				
			||||||
(define-public emacs-helm-pass
 | 
					(define-public emacs-helm-pass
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-helm-pass")
 | 
					    (name "emacs-helm-pass")
 | 
				
			||||||
    (version "0.3")
 | 
					    (version "0.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -19187,7 +19187,7 @@ e.g: @code{from:Peter to:Anne flag:attach search term}.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
 | 
					         "19w24isddzamkikq17vbv3y7ha22i7wc09d2nqw1j0qwhrrfkng9"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-helm" ,emacs-helm)
 | 
					     `(("emacs-helm" ,emacs-helm)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue