diff options
| author | Sughosha <sughosha@disroot.org> | 2025-10-18 20:37:52 +0530 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:28 +0100 |
| commit | dfa5810754cf62e71bdb124872b746fc7265bf84 (patch) | |
| tree | 07b41d9420c12f3f42380462193f06f716413361 /gnu | |
| parent | fb3a094ae7138253aaa3df3a00606b1a94d7eced (diff) | |
gnu: qtkeychain, qtkeychain-qt6: Update to 0.15.0.
* gnu/packages/qt.scm (qtkeychain): Update to 0.15.0.
Change-Id: I2c2994a9c14cde19d574f5c1f52cef514227aba2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 0ab006f1b7c..09bccb8666b 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4976,7 +4976,7 @@ applications within subclasses of @code{QOpenGLWidget} and (define-public qtkeychain (package (name "qtkeychain") - (version "0.14.3") + (version "0.15.0") (source (origin (method git-fetch) @@ -4986,7 +4986,7 @@ applications within subclasses of @code{QOpenGLWidget} and (file-name (git-file-name name version)) (sha256 (base32 - "1li40ka0g8v2f1q01gpabpx264wmk5zrv2961sg3byj70kf9fmgv")))) + "0j1mn6vl0zc54b0pcffr20sqa5lbiwyi0l6vfa1ad3av0b66h1zy")))) (build-system cmake-build-system) (native-inputs (list pkg-config qttools-5)) |
