mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d773593a92
commit
fcff2bbd1d
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue