[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: Update qtkeychain to 0.13.2.
From: |
guix-commits |
Subject: |
05/08: gnu: Update qtkeychain to 0.13.2. |
Date: |
Fri, 21 Jan 2022 16:33:41 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit e01ba2e4db7dc1cc0ae97e403acc42a5ae9f0541
Author: raingloom <raingloom@riseup.net>
AuthorDate: Sun Dec 26 08:20:06 2021 +0100
gnu: Update qtkeychain to 0.13.2.
* gnu/packages/qt.scm (qtkeychain): Update 0.13.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/qt.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 5cf41f55b6..3eb3623145 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -70,6 +70,7 @@
#:use-module (gnu packages ghostscript)
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
+ #:use-module (gnu packages gnome)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages gperf)
#:use-module (gnu packages graphics)
@@ -2402,7 +2403,7 @@ This package provides the Python bindings.")))
(define-public qtkeychain
(package
(name "qtkeychain")
- (version "0.9.1")
+ (version "0.13.2")
(source
(origin
(method git-fetch)
@@ -2412,12 +2413,12 @@ This package provides the Python bindings.")))
(file-name (git-file-name name version))
(sha256
(base32
- "0h4wgngn2yl35hapbjs24amkjfbzsvnna4ixfhn87snjnq5lmjbc"))))
+ "1zk6r2vc1q48qs7mw2h47bpgrfbb9r7lf9cwq4sb1a4nls87zznk"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config qttools))
(inputs
- (list qtbase-5))
+ (list libsecret qtbase-5))
(arguments
`(#:tests? #f ; No tests included
#:phases
- branch master updated (66e948d5e1 -> 98a322e02e), guix-commits, 2022/01/21
- 04/08: gnu: mtxclient: Remove trailing #T from phases., guix-commits, 2022/01/21
- 07/08: gnu: nheko: Update to 0.9.0., guix-commits, 2022/01/21
- 01/08: gnu: spdlog: Build shared library., guix-commits, 2022/01/21
- 05/08: gnu: Update qtkeychain to 0.13.2.,
guix-commits <=
- 02/08: gnu: Add coeurl., guix-commits, 2022/01/21
- 06/08: gnu: qtkeychain: Remove trailing #T from phases., guix-commits, 2022/01/21
- 03/08: gnu: mtxclient: Update to 0.6.1., guix-commits, 2022/01/21
- 08/08: gnu: nheko: Remove inputs labels., guix-commits, 2022/01/21