gnu: kamera: Update to 25.04.0.

* gnu/packages/kde-utils.scm (kamera): Update to 25.04.0.

Change-Id: I175bb0ab3dde5be30a3421a614481669cbe47509
This commit is contained in:
Zheng Junjie 2025-05-08 13:40:47 +08:00
parent 748f4ea057
commit 55826e9c7c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -354,14 +354,14 @@ your computer.")
(define-public kamera
(package
(name "kamera")
(version "24.12.3")
(version "25.04.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kamera-" version ".tar.xz"))
(sha256
(base32
"1jvd5lhjpfl9zs53qg69440awqxxhzdkjni0pqk80y953kfsghx0"))))
"1448kiykab4lm2xkimapj11m7iqj6x7y2ly5mrw3c1092p56kvs2"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))