gnu: kontrast: Update to 25.08.1.

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

Change-Id: I79809554791981a80dc1a6f3d4039463bf01b9aa
This commit is contained in:
Sughosha 2025-09-18 22:42:19 +05:30 committed by z572
parent d773593a92
commit fcff2bbd1d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -785,14 +785,14 @@ with support for QR scanning.")
(define-public kontrast
(package
(name "kontrast")
(version "25.04.0")
(version "25.08.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kontrast-" version ".tar.xz"))
(sha256
(base32
"031jsvk060y9w0mh1ylq7cz9nzmikz7vm098nrb10m9bx2x4h13d"))))
"07j3haxhrzj3yl7nyjk61h7jgrxp4pfqly93vljfpf2xcf8ylxk3"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase
#:tests? #f))