1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: pwsafe: Update to 3.70.1.

* gnu/packages/password-utils.scm (pwsafe): Update to 3.70.1.
[native-inputs]: Add python-wrapper.

Change-Id: I00261a9254407b58fa6902d8322c06e7dd61c7a9
This commit is contained in:
Cayetano Santos
2025-12-11 13:35:36 +01:00
parent ec689e843a
commit 58e3af17e2

View File

@@ -455,7 +455,7 @@ in an encrypted database, which is locked with a master key or key file.")
(define-public pwsafe
(package
(name "pwsafe")
(version "3.69.0")
(version "3.70.1")
(home-page "https://www.pwsafe.org/")
(source
(origin
@@ -464,7 +464,7 @@ in an encrypted database, which is locked with a master key or key file.")
(url "https://github.com/pwsafe/pwsafe")
(commit version)))
(sha256
(base32 "0mny5jva2misv3h7frk3dyq3300wm04h4zca9bzj775qx9x12z2c"))
(base32 "1j3fxxbwbyhqhaqxx8jzfwq9ahx3ixh2f9zvxgcj0gs4hicaifa9"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -472,7 +472,7 @@ in an encrypted database, which is locked with a master key or key file.")
#:configure-flags
#~(list "-DGTEST_BUILD=OFF")))
(native-inputs
(list gettext-minimal googletest-1.13 perl zip))
(list gettext-minimal googletest-1.13 perl python-wrapper zip))
(inputs
(list curl
file