diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-06-10 16:19:57 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-06-10 16:19:57 +0300 |
commit | e1e9baf22f57b2926859a6d3d29ecb6875233162 (patch) | |
tree | 4ee3b58e7a40c08ee46942f52f88a78651ecad3e /gnu | |
parent | 88e1d36ba6413fe3c2414178b0916ee7a5892354 (diff) | |
download | guix-e1e9baf22f57b2926859a6d3d29ecb6875233162.tar.gz |
gnu: qtpass: Update to 1.3.2.
* gnu/packages/password-utils.scm (qtpass): Update to 1.3.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index a59fb9dc75..8e1339eb85 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -581,7 +581,7 @@ key URIs using the standard otpauth:// scheme.") (define-public qtpass (package (name "qtpass") - (version "1.2.3") + (version "1.3.2") (source (origin (method git-fetch) @@ -591,7 +591,7 @@ key URIs using the standard otpauth:// scheme.") (file-name (git-file-name name version)) (sha256 (base32 - "1vfhfyccrxq9snyvayqfzm5rqik8ny2gysyv7nipc91kvhq3bhky")))) + "0748hjvhjrybi33ci3c8hcr74k9pdrf5jv8npf9hrsrmdyy1kr9x")))) (build-system gnu-build-system) (arguments `(#:phases |