Archived
1
0
Fork 0

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>
This commit is contained in:
Timotej Lazar 2024-02-07 22:23:33 +01:00 committed by Christopher Baines
parent a779b98816
commit 4f9ea64b5f
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -852,7 +852,7 @@ key URIs using the standard otpauth:// scheme.")
(define-public qtpass (define-public qtpass
(package (package
(name "qtpass") (name "qtpass")
(version "1.3.2") (version "1.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -861,8 +861,7 @@ key URIs using the standard otpauth:// scheme.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "10ixahm4ap0l1rrz4cyswblm22ns9z1baf5lv3dn23wprfdcp8m0"))))
"0748hjvhjrybi33ci3c8hcr74k9pdrf5jv8npf9hrsrmdyy1kr9x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((guix build gnu-build-system) `(#:modules ((guix build gnu-build-system)