1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 08:40:30 +02:00

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>
This commit is contained in:
Sughosha
2025-10-18 20:37:52 +05:30
committed by Rutherther
parent fb3a094ae7
commit dfa5810754

View File

@@ -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))