[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/17: gnu: qtpass: Update to 1.4.0.
From: |
guix-commits |
Subject: |
12/17: gnu: qtpass: Update to 1.4.0. |
Date: |
Tue, 13 Feb 2024 06:34:50 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 4f9ea64b5ffbec7cc533e81d945dce73920dbd98
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Wed Feb 7 22:23:33 2024 +0100
gnu: qtpass: Update to 1.4.0.
* gnu/packages/password-utils.scm (qtpass): Update to 1.4.0.
Change-Id: Ia0d29a0044b8bfedef692aba337d1ef23c672804
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/password-utils.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 6dc257dc0e..0f88fab2d9 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -852,7 +852,7 @@ key URIs using the standard otpauth:// scheme.")
(define-public qtpass
(package
(name "qtpass")
- (version "1.3.2")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -861,8 +861,7 @@ key URIs using the standard otpauth:// scheme.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0748hjvhjrybi33ci3c8hcr74k9pdrf5jv8npf9hrsrmdyy1kr9x"))))
+ (base32 "10ixahm4ap0l1rrz4cyswblm22ns9z1baf5lv3dn23wprfdcp8m0"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
- 11/17: gnu: anubis: Update to 4.3., (continued)
- 11/17: gnu: anubis: Update to 4.3., guix-commits, 2024/02/13
- 09/17: gnu: freesasa: Fix memerr tests., guix-commits, 2024/02/13
- 14/17: gnu: emacs-org-dailies: Update to 0-1.58e58d4., guix-commits, 2024/02/13
- 16/17: gnu: retroarch: Update to 1.17.0., guix-commits, 2024/02/13
- 17/17: gnu: runc: Update to 1.1.12 [security fixes]., guix-commits, 2024/02/13
- 06/17: gnu: coordgenlibs: Update to 3.0.2., guix-commits, 2024/02/13
- 04/17: gnu: gemmi: Update to 0.6.4., guix-commits, 2024/02/13
- 08/17: gnu: avalon-toolkit: Update to 2.0.5a., guix-commits, 2024/02/13
- 10/17: gnu: rdkit: Update to 2023.09.4., guix-commits, 2024/02/13
- 05/17: gnu: maeparser: Update to 1.3.1., guix-commits, 2024/02/13
- 12/17: gnu: qtpass: Update to 1.4.0.,
guix-commits <=
- 13/17: gnu: qtpass: Switch to qt-build-system and new package style., guix-commits, 2024/02/13
- 15/17: gnu: mupdf: Update to 1.23.10., guix-commits, 2024/02/13