mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kontrast: Update to 25.12.0.
* gnu/packages/kde-utils.scm (kontrast): Update to 25.12.0. Change-Id: I327fa286ed78d9f0edfe3c9b0559afd55cc4d099
This commit is contained in:
parent
2d63d96cea
commit
060e3374b9
1 changed files with 2 additions and 2 deletions
|
|
@ -936,14 +936,14 @@ the schedule and venue information.")
|
|||
(define-public kontrast
|
||||
(package
|
||||
(name "kontrast")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kontrast-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0slwflwafaw0n8zq2qnc3qxnyy4badp6wwl437w2snadza4f02sj"))))
|
||||
"0n13zmhwwxfk8w25ryh0rmkq7vybhhyrcrx0rw16d2hanm9hngdp"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:tests? #f))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue