guix-patches
[Top][All Lists]
Advanced

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

[bug#44356] Update pwsafe to 3.54.1


From: Tim Gesthuizen
Subject: [bug#44356] Update pwsafe to 3.54.1
Date: Sat, 31 Oct 2020 18:49:30 +0100
User-agent: mu4e 1.4.13; emacs 27.1

Hi everyone!

Please find patches that update pwsafe from 3.52 to 3.54.1
attached. Please note that like before the build is not completely
deterministic because of time stamps in zip archives. I'll see if I
can find the time to fix that.

Tim.

>From 6253a01f7fd2c97eabe44f14979119aa3f152ff8 Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen@yahoo.de>
Date: Thu, 15 Oct 2020 11:17:55 +0200
Subject: [PATCH] gnu: pwsafe: Update to 3.54.1

* gnu/packages/password-utils.scm (pwsafe): Update to 3.54.1.
---
 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 f80729aa2d..c1bd212f09 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -211,7 +211,7 @@ algorithms AES or Twofish.")
 (define-public pwsafe
   (package
     (name "pwsafe")
-    (version "3.52.0")
+    (version "3.54.1")
     (home-page "https://www.pwsafe.org/";)
     (source
      (origin
@@ -220,7 +220,7 @@ algorithms AES or Twofish.")
              (url "https://github.com/pwsafe/pwsafe";)
              (commit version)))
        (sha256
-        (base32 "1ka7xsl63v0559fzf3pwc1iqr37gwr4vq5iaxa2hzar2g28hsxvh"))
+        (base32 "0d51dlw98mv23nwb0b5jyji8gnb9f5cnig6kivfljl97lmr6lhvf"))
        (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs
-- 
2.29.1


reply via email to

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