This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9d76ff4  gnu: pwsafe-cli: Fix version.
9d76ff4 is described below

commit 9d76ff4304d1e9d0f413360ccdf2a2b14bf16c73
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Feb 23 18:30:22 2021 +0100

    gnu: pwsafe-cli: Fix version.
    
    * gnu/packages/password-utils.scm (pwsafe-cli)[version]: Use 0.2.1 instead 
of
    0.
---
 gnu/packages/password-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index e7bf7ed..2e18ae6 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -262,7 +262,7 @@ platforms.")
         (revision "0"))
     (package
       (name "pwsafe-cli")
-      (version (git-version "0" revision commit))
+      (version (git-version "0.2.1" revision commit))
       (source
        (origin
          (method git-fetch)

Reply via email to