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 (again).


From: guix-commits
Subject: branch master updated: gnu: pwsafe-cli: Fix version (again).
Date: Tue, 23 Feb 2021 12:37:02 -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 b158341  gnu: pwsafe-cli: Fix version (again).
b158341 is described below

commit b158341dd4c936a498f67354cd7af5fcb9b11a68
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 23 18:36:00 2021 +0100

    gnu: pwsafe-cli: Fix version (again).
    
    * gnu/packages/password-utils.scm (pwsafe-cli)[version]: Actual version is
    0.2.0, not 0.2.1.
    
    This is a followup to 9d76ff4304d1e9d0f413360ccdf2a2b14bf16c73.
---
 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 2e18ae6..92c483f 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.2.1" revision commit))
+      (version (git-version "0.2.0" revision commit))
       (source
        (origin
          (method git-fetch)



reply via email to

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