guix-commits
[Top][All Lists]
Advanced

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

14/23: gnu: pwsafe: Update to 3.60.0.


From: guix-commits
Subject: 14/23: gnu: pwsafe: Update to 3.60.0.
Date: Sun, 27 Nov 2022 15:26:11 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 45144d912add5fba13130dee584bf1bc45b36019
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 27 16:12:33 2022 +0100

    gnu: pwsafe: Update to 3.60.0.
    
    * gnu/packages/password-utils.scm (pwsafe): Update to 3.60.0.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 3248e06d8f..8d305e27ae 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -218,7 +218,7 @@ algorithms AES or Twofish.")
 (define-public pwsafe
   (package
     (name "pwsafe")
-    (version "3.54.1")
+    (version "3.60.0")
     (home-page "https://www.pwsafe.org/";)
     (source
      (origin
@@ -227,7 +227,7 @@ algorithms AES or Twofish.")
              (url "https://github.com/pwsafe/pwsafe";)
              (commit version)))
        (sha256
-        (base32 "0d51dlw98mv23nwb0b5jyji8gnb9f5cnig6kivfljl97lmr6lhvf"))
+        (base32 "064y78sqr8h9mq922spi4r13ga0a1j09mfh4kc4pn7j697nl6b5y"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs



reply via email to

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