1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: haruna: Update to 1.3.2.

* gnu/packages/kde-multimedia.scm (haruna): Update to 1.3.2.

Change-Id: I5a13ede9d11811c1141b61c833dfa05ebd7afca6
Signed-off-by: Zheng Junjie <873216071@qq.com>
This commit is contained in:
Sughosha 2025-01-25 14:45:03 +05:30 committed by Zheng Junjie
parent d371e70b58
commit f0142aca17
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -147,13 +147,13 @@ This package is part of the KDE multimedia module.")
(define-public haruna
(package
(name "haruna")
(version "1.2.1")
(version "1.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/haruna/" version
"/haruna-" version ".tar.xz"))
(sha256
(base32 "1yv2qcjb2q17r416y055ib6kisvslg76qkh651ff5ilq6hd2c0gb"))))
(base32 "0gvwsxlrwn2s6i4agmwa0r1lq1fybfyxv933g2z3n76qnn9mkbrb"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))