guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs-password-store: Update to 1.7.2.


From: Clément Lassieur
Subject: 02/02: gnu: emacs-password-store: Update to 1.7.2.
Date: Thu, 14 Jun 2018 11:37:27 -0400 (EDT)

snape pushed a commit to branch master
in repository guix.

commit 43fa239717e575ef38ded135055ea09716180b0b
Author: Clément Lassieur <address@hidden>
Date:   Thu Jun 14 17:17:38 2018 +0200

    gnu: emacs-password-store: Update to 1.7.2.
    
    * gnu/packages/emacs.scm (emacs-password-store): Update to 1.7.2.
    [propagated-inputs]: Add emacs-with-editor.
---
 gnu/packages/emacs.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index cb4dbd7..02e7791 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7950,7 +7950,7 @@ close, copy, cut, paste, undo, redo.")
 (define-public emacs-password-store
   (package
     (name "emacs-password-store")
-    (version "1.7.1")
+    (version "1.7.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -7958,7 +7958,7 @@ close, copy, cut, paste, undo, redo.")
                               "password-store-" version ".tar.xz"))
               (sha256
                (base32
-                "0scqkpll2q8jhzcgcsh9kqz0gwdpvynivqjmmbzax2irjfaiklpn"))))
+                "1sl0d7nc85c6c2bmmmyb8rpmn47vhkj831l153mjlkawjvhwas27"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -7973,6 +7973,7 @@ close, copy, cut, paste, undo, redo.")
     (propagated-inputs
      `(("emacs-f" ,emacs-f)
        ("emacs-s" ,emacs-s)
+       ("emacs-with-editor" ,emacs-with-editor)
        ("password-store" ,password-store)))
     (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs";)
     (synopsis "Password store (pass) support for Emacs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]