iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 09eb94147641d7e6bbc9944d3267630489e5c482
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu Jul 20 15:40:04 2023 +0800
gnu: kmix: Update to 23.04.3.
* gnu/packages/kde-multimedia.scm (kmix): Update to 23.04.3.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/kde-multimedia.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index e3de6db432..424677116f 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2022 Vinicius Monego <[email protected]>
;;; Copyright © 2022 Brendan Tildesley <[email protected]>
;;; Copyright © 2022 Petr Hodina <[email protected]>
+;;; Copyright © 2023 Zheng Junjie <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -562,14 +563,14 @@ camera. Use it to take pictures and make videos to
share.")
(define-public kmix
(package
(name "kmix")
- (version "22.04.3")
+ (version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmix-" version ".tar.xz"))
(sha256
- (base32 "0zc96l9mnn763pw54ki715sw3wm4z6rjdz2zzsjc6l5iwcqzwqq8"))))
+ (base32 "09pfsa6y1phm6z24da60s47gc18w4cvv7r8sxh5qfww7b0dnhixj"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools pkg-config))