3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: pwsafe: Update to 3.54.1

* gnu/packages/password-utils.scm (pwsafe): Update to 3.54.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tim Gesthuizen 2020-10-31 18:49:30 +01:00 committed by Ludovic Courtès
parent 911bbac649
commit 2dfacc1d33
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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