1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 07:00:37 +02:00

gnu: kontrast: Update to 25.08.2.

* gnu/packages/kde-utils.scm (kontrast): Update to 25.08.2.

Change-Id: I6051592caaf5c07ec8d94d42978a60a4f64b4022
This commit is contained in:
Sughosha
2025-10-10 13:55:18 +05:30
committed by Andreas Enge
parent 167d7d7438
commit d99cab0bd9

View File

@@ -847,14 +847,14 @@ the schedule and venue information.")
(define-public kontrast
(package
(name "kontrast")
(version "25.08.1")
(version "25.08.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kontrast-" version ".tar.xz"))
(sha256
(base32
"07j3haxhrzj3yl7nyjk61h7jgrxp4pfqly93vljfpf2xcf8ylxk3"))))
"1b859rbghp41z4ggqh4ngwzy11mbw3iajifrqzh5ng72xzk9vv5n"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))