[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/458: gnu: kwallet-pam: Update to 6.1.2.
From: |
guix-commits |
Subject: |
111/458: gnu: kwallet-pam: Update to 6.1.2. |
Date: |
Mon, 15 Jul 2024 08:00:02 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit b6d17069957cce5301b7558682e19f19969016a9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 12:38:26 2024 +0800
gnu: kwallet-pam: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (kwallet-pam): Update to 6.1.2.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Ibd48732c0ef05978a5edc4bbf1dc0458a7cef0cf
---
gnu/packages/kde-plasma.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index a3d245a855..dcc798d1b1 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1132,7 +1132,7 @@ with a ksysguardd daemon, which may also run on a remote
system.")
(define-public kwallet-pam
(package
(name "kwallet-pam")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1140,10 +1140,12 @@ with a ksysguardd daemon, which may also run on a
remote system.")
".tar.xz"))
(sha256
(base32
- "1ac0hqpzqivg40jq7pfr2s1zydl600a3nyzfv97wc20i9myzafrb"))))
+ "1d7b192rislaljz7j8wpjzw529a9hy94pzr063nnlz982251nm77"))))
(build-system qt-build-system)
(arguments
- (list #:tests? #f)) ;no tests
+ (list
+ #:qtbase qtbase
+ #:tests? #f)) ;no tests
(native-inputs (list extra-cmake-modules pkg-config))
(inputs (list linux-pam kwallet libgcrypt socat))
(synopsis "PAM Integration with KWallet")
- 432/458: services: plasma: Add dbus settings., (continued)
- 432/458: services: plasma: Add dbus settings., guix-commits, 2024/07/15
- 433/458: gnu: plasma-pass: Update to 1.2.2., guix-commits, 2024/07/15
- 440/458: gnu: libkmahjongg: Update to 24.05.2., guix-commits, 2024/07/15
- 447/458: gnu: qtlocation: Rename to qtlocation-5., guix-commits, 2024/07/15
- 455/458: gnu: khtml: Update to 5.116.0., guix-commits, 2024/07/15
- 449/458: gnu: itinerary: Update to 24.05.2., guix-commits, 2024/07/15
- 188/458: gnu: libkdegames: Update to 24.05.2., guix-commits, 2024/07/15
- 332/458: gnu: Add kwindowsystem-5., guix-commits, 2024/07/15
- 134/458: gnu: Add plasma5support., guix-commits, 2024/07/15
- 86/458: gnu: kdegraphics-mobipocket: Update to 24.05.2., guix-commits, 2024/07/15
- 111/458: gnu: kwallet-pam: Update to 6.1.2.,
guix-commits <=
- 84/458: gnu: Remove kdbusaddons-bootstrap., guix-commits, 2024/07/15