guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e31ce5a390350bded7ca9a72dd0d034a19a70096
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:32 2026 +0530
gnu: kontrast: Update to 25.12.2.
* gnu/packages/kde-utils.scm (kontrast): Update to 25.12.2.
Change-Id: Ib1f9fc24dfa1b3c7e5e1fafc17e9d46dfc42da8b
---
gnu/packages/kde-utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index e2b5a74085..f60c77b6b2 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -936,14 +936,14 @@ the schedule and venue information.")
(define-public kontrast
(package
(name "kontrast")
- (version "25.12.0")
+ (version "25.12.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kontrast-" version ".tar.xz"))
(sha256
(base32
- "0n13zmhwwxfk8w25ryh0rmkq7vybhhyrcrx0rw16d2hanm9hngdp"))))
+ "0dz1g3pp87wryr06zw06b65laajg3jpb0qjjrma7zzivxb41s9si"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))