gnu: emacs-helm-pass: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.3.
This commit is contained in:
		
							parent
							
								
									526b1efbba
								
							
						
					
					
						commit
						034b8fd475
					
				
					 1 changed files with 21 additions and 24 deletions
				
			
		| 
						 | 
					@ -11776,29 +11776,26 @@ e.g: @code{from:Peter to:Anne flag:attach search term}.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					      (license license:gpl3+))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-helm-pass
 | 
					(define-public emacs-helm-pass
 | 
				
			||||||
  (let ((commit "ebcbef1a962795a36e3491ae926e2a4b8a8b0ebb"))
 | 
					  (package
 | 
				
			||||||
    (package
 | 
					    (name "emacs-helm-pass")
 | 
				
			||||||
      (name "emacs-helm-pass")
 | 
					    (version "0.3")
 | 
				
			||||||
      (version (git-version  "20180416" "1" commit))
 | 
					    (source
 | 
				
			||||||
      (source
 | 
					     (origin
 | 
				
			||||||
       (origin
 | 
					       (method git-fetch)
 | 
				
			||||||
         (method url-fetch)
 | 
					       (uri (git-reference
 | 
				
			||||||
         (uri (string-append
 | 
					             (url "https://github.com/emacs-helm/helm-pass")
 | 
				
			||||||
               "https://github.com/jabranham/helm-pass/archive/"
 | 
					             (commit version)))
 | 
				
			||||||
               commit
 | 
					       (sha256
 | 
				
			||||||
               ".tar.gz"))
 | 
					        (base32
 | 
				
			||||||
         (sha256
 | 
					         "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
 | 
				
			||||||
          (base32
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
           "1pgq4hj9wvz7z2fyxwsvbh6rmc1akya84v382nx26rr76iavz6wi"))))
 | 
					    (propagated-inputs
 | 
				
			||||||
      (build-system emacs-build-system)
 | 
					     `(("emacs-helm" ,emacs-helm)
 | 
				
			||||||
      (propagated-inputs
 | 
					       ("emacs-password-store" ,emacs-password-store)))
 | 
				
			||||||
       `(("emacs-helm" ,emacs-helm)
 | 
					    (home-page "https://github.com/emacs-helm/helm-pass")
 | 
				
			||||||
         ("emacs-password-store" ,emacs-password-store)))
 | 
					    (synopsis "Helm interface to pass, the standard Unix password manager")
 | 
				
			||||||
      (home-page
 | 
					    (description
 | 
				
			||||||
       "https://github.com/jabranham/helm-pass")
 | 
					     "Users of @code{helm-pass} may also be interested in functionality
 | 
				
			||||||
      (synopsis "Helm interface to pass, the standard Unix password manager")
 | 
					 | 
				
			||||||
      (description
 | 
					 | 
				
			||||||
       "Users of @code{helm-pass} may also be interested in functionality
 | 
					 | 
				
			||||||
provided by other Emacs packages dealing with pass:
 | 
					provided by other Emacs packages dealing with pass:
 | 
				
			||||||
@itemize
 | 
					@itemize
 | 
				
			||||||
@item @code{emacs-password-store}, which @code{helm-pass} relies on.
 | 
					@item @code{emacs-password-store}, which @code{helm-pass} relies on.
 | 
				
			||||||
| 
						 | 
					@ -11806,7 +11803,7 @@ provided by other Emacs packages dealing with pass:
 | 
				
			||||||
@item @code{auth-source-pass.el}: integration of Emacs' auth-source with
 | 
					@item @code{auth-source-pass.el}: integration of Emacs' auth-source with
 | 
				
			||||||
@code{pass}, included in Emacs 26+).
 | 
					@code{pass}, included in Emacs 26+).
 | 
				
			||||||
@end itemize\n")
 | 
					@end itemize\n")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-image+
 | 
					(define-public emacs-image+
 | 
				
			||||||
  (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
 | 
					  (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue