guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pwsafe-cli: Fix version.


From: guix-commits
Subject: branch master updated: gnu: pwsafe-cli: Fix version.
Date: Tue, 23 Feb 2021 12:31:07 -0500

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 <mail@nicolasgoaziou.fr>
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

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